diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2020-10-14 16:28:30 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2020-10-14 16:28:30 +0200 |
commit | 9f9bfa97ac4f4d7dc1d2ec6049df680804b1e583 (patch) | |
tree | e3f2dcfda3dbd6a84dbeaa11d7d182ffc023f56b /bpkg-rep/package-archive.bash.in | |
parent | 15514b1013a22977a451c64b6df229414a9dde6b (diff) |
Add new script bpkg-rep-manage
Diffstat (limited to 'bpkg-rep/package-archive.bash.in')
-rw-r--r-- | bpkg-rep/package-archive.bash.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg-rep/package-archive.bash.in b/bpkg-rep/package-archive.bash.in index 3669a1b..fd9497a 100644 --- a/bpkg-rep/package-archive.bash.in +++ b/bpkg-rep/package-archive.bash.in @@ -23,6 +23,9 @@ fi # '<name> <version> <project>' form, where the project field is empty if the # project value is not specified in the manifest. # +# Note that, in particular, it verifies that the archive file name matches the +# package name and version. +# function bpkg_rep_pkg_verify_archive () # <path> { # We can't use the process substitution for input redirect here, since such |