mirror of
https://github.com/php/systems.git
synced 2026-03-23 23:32:12 +01:00
Fix dirs
This commit is contained in:
@@ -24,7 +24,7 @@ nice -n 15 mysqldump --quote-names --quick phpbugsdb > $dir/phpbugs.sql
|
||||
#
|
||||
# Patches in the bug tracker
|
||||
#
|
||||
cp -r /home/www/bugs.php.net/uploads $basedir/$dir/php-bug-patches/
|
||||
cp -r /srv/bugs.php.net/uploads $basedir/$dir/php-bug-patches/
|
||||
|
||||
#
|
||||
# Compress the whole stuff in a gzipped tar archive
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
rsync -aC --delete --delete-after --exclude=logs --exclude=uploads --exclude=local_config.php \
|
||||
rsync.php.net::php-bugs-web /home/www/bugs.php.net
|
||||
chown -R www-data.www-data /home/www/bugs.php.net
|
||||
rsync.php.net::php-bugs-web /srv/bugs.php.net
|
||||
chown -R www-data.www-data /srv/bugs.php.net
|
||||
|
||||
# update the mysql config file
|
||||
rsync -az /local/systems/bugs.php.net/additional.mysql.cnf /etc/mysql/conf.d/additional.mysql.cnf
|
||||
|
||||
Reference in New Issue
Block a user