Be more specific with the output directory.

This commit is contained in:
Simon Quigley 2019-03-30 15:49:31 -05:00
parent 5152f2cec2
commit 4fb6d26bc6

View File

@ -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