common/travis/changed_templates: sort-dependencies
should fix issues where e.g. a library is not built before its dependents
This commit is contained in:
parent
97f1b47d20
commit
56db7de319
|
@ -24,5 +24,6 @@ git diff-tree -r --no-renames --name-only --diff-filter=AM \
|
||||||
"$base" "$tip" \
|
"$base" "$tip" \
|
||||||
-- 'srcpkgs/*/template' |
|
-- 'srcpkgs/*/template' |
|
||||||
cut -d/ -f 2 |
|
cut -d/ -f 2 |
|
||||||
|
xargs ./xbps-src sort-dependencies |
|
||||||
tee /tmp/templates |
|
tee /tmp/templates |
|
||||||
sed "s/^/ /" >&2
|
sed "s/^/ /" >&2
|
||||||
|
|
Loading…
Reference in New Issue