diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-06 23:52:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-08 13:35:44 +0300 |
commit | 7e4b2dcd0e5ddd37276879e699fd84059183f5e2 (patch) | |
tree | c6edcaf646a28f7a993b348401c2f330d99cba10 /tests/pkg-build.test | |
parent | ccd8c8dadfcfd9181772b3061e7b075d88942505 (diff) |
Add support for dir repository
Diffstat (limited to 'tests/pkg-build.test')
-rw-r--r-- | tests/pkg-build.test | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tests/pkg-build.test b/tests/pkg-build.test index 879fc43..03ed040 100644 --- a/tests/pkg-build.test +++ b/tests/pkg-build.test @@ -1447,7 +1447,23 @@ rep_fetch += -d cfg --auth all --trust-yes 2>! } } -: git-repos +: dir-rep +: +{ + $clone_root_cfg && $rep_add $src/libfoo-1.1.0 --type dir && $rep_fetch; + + $* libfoo 2>>~%EOE%; + using libfoo/1.1.0 (external) + configured libfoo/1.1.0 + %info: .+dir\{libfoo-1.1.0.\} is up to date% + updated libfoo/1.1.0 + EOE + + $pkg_disfigure libfoo 2>'disfigured libfoo/1.1.0'; + $pkg_purge libfoo 2>'purged libfoo/1.1.0' +} + +: git-rep : if ($git_supported != true) { |