1
0
mirror of https://github.com/php/systems.git synced 2026-03-23 23:32:12 +01:00

not necessary anymore, we moved to bugs.php.net a while ago

This commit is contained in:
Pierre Joye
2015-03-28 02:08:54 +01:00
parent d079b04adc
commit 8e03c0cfb2

View File

@@ -10,7 +10,6 @@ cd $basedir
mkdir $dir || exit 1
mkdir $dir/packages || exit 1
mkdir $dir/peclweb-rest || exit 1
mkdir $dir/bug-patches || exit 1
#
# Apache configuration
@@ -40,11 +39,6 @@ done
#
cp -r /var/lib/peclweb/rest $basedir/$dir/peclweb-rest
#
# Patches in the bug tracker
#
cp -r /var/tmp/pear/patch $basedir/$dir/bug-patches/
#
# Compress the whole stuff in a gzipped tar archive
#