diff options
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 |