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