Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-all
diff options
context:
space:
mode:
Diffstat (limited to 'build-all')
-rwxr-xr-xbuild-all6
1 files changed, 3 insertions, 3 deletions
diff --git a/build-all b/build-all
index b0a19d6..ba4b725 100755
--- a/build-all
+++ b/build-all
@@ -221,9 +221,9 @@ date +%s > "${ARCHISOS_DIR}/lastupdate"
# cleanup mirror and move old ISOs to the archive
echo "Cleaning up old ISOs and pushing them into the archive"
-#~ "${base_dir}/cleanup-isos" \
- #~ --mirror-dir="/srv/http/mirror/mirror.archlinux32.org" \
- #~ --archive-dir="/srv/http/mirror/archive.archlinux32.org/iso"
+ "${base_dir}/cleanup-isos" \
+ --mirror-dir="/srv/http/mirror/mirror.archlinux32.org" \
+ --archive-dir="/srv/http/mirror/archive.archlinux32.org"
# set permissions correctly of all generated or changed fles
echo "Fixing/setting permissions.."