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/
|
2017-08-12 14:19:33 +00:00
|
|
|
# alternc-roundcube package :
|
2017-08-03 15:27:57 +00:00
|
|
|
cp roundcube.config.inc.php ../roundcube/templates/roundcube/config.inc.php
|
|
|
|
rm ../roundcube/templates/roundcube/main.inc.php
|
|
|
|
cp roundcube.password.config.inc.php ../roundcube/templates/roundcube/plugins/password/config.inc.php
|
2017-08-12 14:19:33 +00:00
|
|
|
cp roundcube-install ../roundcube/
|
|
|
|
|
|
|
|
# alternc-ssl package :
|
|
|
|
cp ssl.conf ../ssl/
|
|
|
|
cp alternc-ssl.install.php ../ssl/
|