diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-05 16:49:24 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-05 17:25:16 +0300 |
commit | 22e35bf80cea95dc1edce22e729199f61a6fedcd (patch) | |
tree | e8b00be480a8a1b57641f23e1f7d09fb0a8bad1a /tests/rep-info.test | |
parent | cdbc374bc16ed0db1a4a206064bb090ac935d89d (diff) |
Add .manifest extension to repositories, packages and signature files
Diffstat (limited to 'tests/rep-info.test')
-rw-r--r-- | tests/rep-info.test | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/tests/rep-info.test b/tests/rep-info.test index 2b6aa0f..13a1148 100644 --- a/tests/rep-info.test +++ b/tests/rep-info.test @@ -9,7 +9,7 @@ # rep-info # |-- testing -> stable (complement), ../foo/testing (prerequisite) # | |-- foo-1.tar.gz -# | `-- repositories +# | `-- repositories.manifest # | # `-- git # |-- libbar.git -> style-basic.git (prerequisite) @@ -23,13 +23,15 @@ # Create the unsigned 'testing' repository. # cp -r $src/testing $out/testing - $rc $out/testing &$out/testing/packages + $rc $out/testing &$out/testing/packages.manifest # Create the signed 'testing' repository. # cp -r $src/testing $out/signed - cat <<<$cert_manifest >+$out/signed/repositories - $rc --key $key $out/signed &$out/signed/packages &$out/signed/signature + cat <<<$cert_manifest >+$out/signed/repositories.manifest + + $rc --key $key $out/signed &$out/signed/packages.manifest \ + &$out/signed/signature.manifest # Create git repositories. # @@ -160,7 +162,8 @@ else : manifest-lists : - : The packages and repositories files are present in the repository root. + : The packages.manifest and repositories.manifest files are present in the + : repository root. : $* "$rep/libbar.git#master" >>~%EOO% %git:.+libbar#master .+libbar.git#master% |