From 22e35bf80cea95dc1edce22e729199f61a6fedcd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 5 Mar 2018 16:49:24 +0300 Subject: Add .manifest extension to repositories, packages and signature files --- tests/pkg-clean.test | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/pkg-clean.test') diff --git a/tests/pkg-clean.test b/tests/pkg-clean.test index 64e7931..a76c1e6 100644 --- a/tests/pkg-clean.test +++ b/tests/pkg-clean.test @@ -9,7 +9,7 @@ # pkg-clean # |-- hello # | |-- libhello-1.0.0.tar.gz -# | `-- repositories +# | `-- repositories.manifest # `-- libhello-1.0.0 # |-- build # | |-- bootstrap.build @@ -42,8 +42,10 @@ # Create the signed 'hello' repository. # cp -r $src/hello $out/hello - cat <<<$cert_manifest >+$out/hello/repositories - $rep_create --key $key $out/hello &$out/hello/packages &$out/hello/signature + cat <<<$cert_manifest >+$out/hello/repositories.manifest + + $rep_create --key $key $out/hello &$out/hello/packages.manifest \ + &$out/hello/signature.manifest end pkg_configure += -d cfg "config.cxx=$config.cxx" 2>! -- cgit v1.1