diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-08-17 16:55:35 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-08-18 13:08:27 +0300 |
commit | 1fb1afc5c25830c6914789d7b427c9ffdf88a24e (patch) | |
tree | b0000a3226b2b3e613140353d162849215d6406e /test/installif1.repo | |
parent | 48d368e7d53ebdfd7ec0abcdd8340ae339de6030 (diff) | |
download | apk-tools-1fb1afc5c25830c6914789d7b427c9ffdf88a24e.tar.gz apk-tools-1fb1afc5c25830c6914789d7b427c9ffdf88a24e.tar.bz2 apk-tools-1fb1afc5c25830c6914789d7b427c9ffdf88a24e.tar.xz apk-tools-1fb1afc5c25830c6914789d7b427c9ffdf88a24e.zip |
solver: reintroduce install_if support
* each package name has two sorting positions, one which causes
install_if triggers to be run, and other for bulk dependencies
* fix also inverted ordering of package installations
Diffstat (limited to 'test/installif1.repo')
-rw-r--r-- | test/installif1.repo | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/test/installif1.repo b/test/installif1.repo new file mode 100644 index 0000000..09b6760 --- /dev/null +++ b/test/installif1.repo @@ -0,0 +1,48 @@ +C:Q1EyN5AdpAOBJWKMR89pp/C66o+OE= +P:app +V:1 +S:1 +I:1 +D:lib + +C:Q1eVpkasfqZAukAXFYbgwt4xAMZWU= +P:lib +V:1 +S:1 +I:1 + +C:Q1C4uoV7SdMdDhYg4OCVmI71D8HIA= +P:foo +V:1 +S:1 +I:1 + +C:Q1hdUpqRv5mYgJEqW52UmVsvmyysF= +P:bar +V:1 +S:1 +I:1 + +C:Q1hdUpqRv5mYgJEqW52UmVsvmyysE= +P:libiif +V:1 +S:1 +I:1 +i:lib foo + +C:Q16m4HrGizBiH4lG6Mxd5EL239L2U= +P:appiif1 +V:1 +S:1 +I:1 +D:app +i:app foo + +C:Q1/hQ3eH2AguTwJVGOz+keypXhXKY= +P:appiif2 +V:1 +S:1 +I:1 +D:app +i:app bar + |