forked from kiss-community/kiss
kiss: let's try early error on ordering one more time
This commit is contained in:
parent
7eaa25ef54
commit
4bcefedb4b
4
kiss
4
kiss
@ -551,7 +551,7 @@ pkg_depends() {
|
||||
die "Circular dependency detected $1 <> ${4##* }"
|
||||
esac
|
||||
|
||||
! _pkg_find "$1" || ! [ -e "$repo_dir/depends" ] ||
|
||||
! pkg_find "$1" || ! [ -e "$repo_dir/depends" ] ||
|
||||
|
||||
# Recurse through the dependencies of the child packages.
|
||||
while read -r dep dep_type || ok "$dep"; do
|
||||
@ -572,6 +572,8 @@ pkg_order() {
|
||||
# pre-built tarballs if this is to be called from 'kiss i'.
|
||||
unset order redro deps
|
||||
|
||||
log "Ordering arguments list based on dependence"
|
||||
|
||||
for pkg do case $pkg in
|
||||
/*@*.tar.*) deps="$deps $pkg" ;;
|
||||
*@*.tar.*) deps="$deps $ppwd/$pkg" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user