mirror of
https://github.com/lubuntu-team/ppa-britney.git
synced 2025-03-10 06:41:07 +00:00
Be more specific with the output directory.
This commit is contained in:
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…
x
Reference in New Issue
Block a user