2015-12-22 11:25:25 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2016-05-17 13:28:18 +00:00
|
|
|
# Migrate a repository to WHEEZY
|
2015-12-22 11:25:25 +00:00
|
|
|
|
|
|
|
# DON'T COMMIT ANYTHING AFTER launching this
|
|
|
|
# reset your subversion repos back to the serverside one!
|
|
|
|
|
|
|
|
cd `dirname $0`
|
|
|
|
|
|
|
|
pushd ../debian
|
|
|
|
patch <../jessie/control.diff
|
|
|
|
patch <../jessie/changelog.diff
|
|
|
|
popd
|
|
|
|
|
|
|
|
cp vhost.conf ../etc/alternc/templates/apache2/
|
2015-12-22 13:08:11 +00:00
|
|
|
cp bureau.conf ../etc/alternc/templates/alternc/
|
|
|
|
cp alternc.install ../install/
|
2016-02-11 11:41:35 +00:00
|
|
|
cp apache2.conf ../etc/alternc/templates/alternc/
|
|
|
|
cp ssl.conf ../ssl/
|