X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fbyhand-di;h=70faceb63cfec40a53a0089508729d258cc1be4a;hb=bed91400f8f58d0d44577984ac4360068b95a5b2;hp=67db55168ae5f16852447413a94ac418314aad2d;hpb=ae37d5f55e54766817d5487967b1b3a2349e1d87;p=dak.git diff --git a/scripts/debian/byhand-di b/scripts/debian/byhand-di index 67db5516..70faceb6 100755 --- a/scripts/debian/byhand-di +++ b/scripts/debian/byhand-di @@ -37,7 +37,7 @@ case $SUITE in esac # This must end with / -TARGET="/srv/ftp.debian.org/ftp/dists/$SUITE/main/installer-$ARCH/" +TARGET="/srv/ftp-master.debian.org/ftp/dists/$SUITE/main/installer-$ARCH/" # Check validity of the target directory # This could fail, for example for new architectures; doing @@ -97,7 +97,7 @@ find "$TARGET/$VERSION" -type f -exec chmod 644 {} + # Make sure nothing symlinks outside of the ftpdir # Shouldnt happen, but better be sure. -symlinks -d -r /srv/ftp.debian.org/ftp +symlinks -d -r /srv/ftp-master.debian.org/ftp trap - EXIT cleanup