Be more specific with the output directory.

master
Simon Quigley 5 years ago
parent 5152f2cec2
commit 4fb6d26bc6

@ -12,7 +12,7 @@ for RELEASE in $RELEASES; do
./fetch-indexes $RELEASE;
# Britney outputs the candidates for testing migration, read the additions
egrep -v '^(#|-)' britney_output/*/HeidiOutputDelta > candidates || echo "No candidates found.";
egrep -v '^(#|-)' britney_output/$BRITNEY_TIMESTAMP/HeidiOutputDelta > candidates || echo "No candidates found.";
while read -r -a package; do
# This can eventually be extendable to different archive types

Loading…
Cancel
Save