diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-05-02 10:41:02 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-05-02 10:57:58 (EDT) |
commit | 0793d7cb7f6553f4eb1ce527638884f728bf52a3 (patch) | |
tree | a396ec1f6dfb8db7d7a98b6ed056ae30aaac1297 /locale/en_US | |
parent | 82f6e543c08603aaeabbcaa4854d6fd316fed95b (diff) |
include_changes(): Warn when there are no files.
Previously, if the package was an upload with an existing source
version, the bvaps sanity check would choke.
Before:
pro-archman: Error: Packages already exist for binary version , architecture , and platform
After:
pro-archman: Warning: No files to include
Diffstat (limited to 'locale/en_US')
-rw-r--r-- | locale/en_US/pro_archman.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/en_US/pro_archman.sh b/locale/en_US/pro_archman.sh index 275bac0..76c5e58 100644 --- a/locale/en_US/pro_archman.sh +++ b/locale/en_US/pro_archman.sh @@ -53,6 +53,7 @@ msg_pro_archman_cmd_include_usage='<changes> ...' # lib/include.sh msg_pro_archman_include_unknown_changes_format='%s: Unknown format "%s"' msg_pro_archman_include_including='Including %s (%s) into %s/%s...' +msg_pro_archman_include_no_files='No package files to include' msg_pro_archman_include_bvap_exists='Packages already exist for binary version %s, architecture %s, and platform %s' # lib/cmd/process-incoming.sh |