diff options
author | Eric <[email protected]> | 2012-09-18 17:29:26 -0700 |
---|---|---|
committer | Eric <[email protected]> | 2012-09-18 17:29:26 -0700 |
commit | 8f2670540b6cef76726224801a696cfbed4f3738 (patch) | |
tree | 4cd1e463cf3c52eca6626d1caf27fd821d1f402d /test/data/data.txt | |
parent | 388b5f05a634225dcc746293850948a02951330a (diff) | |
download | relx-8f2670540b6cef76726224801a696cfbed4f3738.tar.gz relx-8f2670540b6cef76726224801a696cfbed4f3738.tar.bz2 relx-8f2670540b6cef76726224801a696cfbed4f3738.zip |
add depsolver directly to the system
This is sub-optimal but I suspect rcl_depsolver is going to migrate
away from depsolver in any case.
Diffstat (limited to 'test/data/data.txt')
-rw-r--r-- | test/data/data.txt | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/test/data/data.txt b/test/data/data.txt new file mode 100644 index 0000000..f9a5a3e --- /dev/null +++ b/test/data/data.txt @@ -0,0 +1,53 @@ +app17 app13=0.0.1 app6 +dep_pkg1 0.0.2 +dep_pkg2 0.0.2 +dep_pkg3 0.0.2 +dep_pkg4 0.0.2 +dep_pkg5 0.0.2 +dep_pkg6 0.0.2 +dep_pkg7 0.0.2 +dep_pkg8 0.0.2 +dep_pkg9 0.0.2 +dep_pkg10 0.0.2 +dep_pkg11 0.0.2 +dep_pkg12 0.0.2 +dep_pkg13 0.0.2 +dep_pkg14 0.0.2 +dep_pkg15 0.0.2 +dep_pkg16 0.0.2 +app1 0.0.1 +app2 0.0.1 +app3 0.0.1 +app4 0.0.1 +app5 0.0.1 +app6 0.0.1 +app7 0.0.1 +app8 0.0.1 +app9 0.0.1 + dep_pkg10 = 0.0.2 + dep_pkg1 = 0.0.2 +app10 0.0.1 +app11 0.0.1 + dep_pkg11 = 0.0.2 +app13 0.0.0 + dep_pkg12 = 0.0.2 + dep_pkg10 = 0.0.2 + dep_pkg1 = 0.0.2 + dep_pkg11 = 0.0.2 +app13 0.0.1 + dep_pkg13 = 0.0.2 +app14 0.0.1 +app15 0.0.1 +app16 0.0.1 +app17 0.0.1 + dep_pkg1 = 0.0.2 + dep_pkg2 = 0.0.2 + dep_pkg3 = 0.0.2 + dep_pkg5 = 0.0.2 + dep_pkg6 = 0.0.2 + dep_pkg7 = 0.0.2 + dep_pkg8 = 0.0.2 + dep_pkg9 = 0.0.2 + dep_pkg14 = 0.0.2 + dep_pkg15 = 0.0.2 + dep_pkg16 = 0.0.2 |