Skip to content

Commit

Permalink
do not use hardcoded release name
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Mar 5, 2019
1 parent e74f053 commit 73c9722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/fai-mirror
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# fai-mirror -- create and manage a partial mirror for FAI
#
# This script is part of FAI (Fully Automatic Installation)
# (c) 2004-2018, Thomas Lange, lange@informatik.uni-koeln.de
# (c) 2004-2019, Thomas Lange, lange@informatik.uni-koeln.de
#
#*********************************************************************
# This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -317,7 +317,7 @@ Origin: fai-mirror
EOF

# maybe using reprepro pulls it's possible to move instead of copy the packages
reprepro -b $mirrordir includedeb stretch-backports $archivedir/*~bpo[0-9]*+[0-9-]*_*.deb
reprepro -b $mirrordir includedeb $bpo $archivedir/*~bpo[0-9]*+[0-9-]*_*.deb
rm -f $archivedir/*~bpo[0-9]*+[0-9-]*_*.deb
fi

Expand Down

0 comments on commit 73c9722

Please sign in to comment.