X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fbyhand-di;h=70faceb63cfec40a53a0089508729d258cc1be4a;hb=26127c32273ec9aa520aff834993ebf5504dfdc1;hp=67db55168ae5f16852447413a94ac418314aad2d;hpb=aea845fb81cf9c3168b8ff0cd55e104fc2dfc0b4;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