diff --git a/run-ppa-britney b/run-ppa-britney index 687adb9..2ae45c7 100755 --- a/run-ppa-britney +++ b/run-ppa-britney @@ -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