mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
Fix system tests for custom codenames
This commit is contained in:
committed by
Benj Fassbind
parent
904265120b
commit
b3d9055059
1
AUTHORS
1
AUTHORS
@@ -50,3 +50,4 @@ List of contributors, in chronological order:
|
||||
* Russell Greene (https://github.com/russelltg)
|
||||
* Wade Simmons (https://github.com/wadey)
|
||||
* Steven Stone (https://github.com/smstone)
|
||||
* Josh Bayfield (https://github.com/jbayfield)
|
||||
|
||||
@@ -503,7 +503,7 @@ _aptly()
|
||||
"snapshot"|"repo")
|
||||
if [[ $numargs -eq 0 ]]; then
|
||||
if [[ "$cur" == -* ]]; then
|
||||
COMPREPLY=($(compgen -W "-acquire-by-hash -batch -butautomaticupgrades= -component= -distribution= -force-overwrite -gpg-key= -keyring= -label= -suite= -codename= -notautomatic= -origin= -passphrase= -passphrase-file= -secret-keyring= -skip-contents -skip-signing" -- ${cur}))
|
||||
COMPREPLY=($(compgen -W "-acquire-by-hash -batch -butautomaticupgrades= -component= -distribution= -force-overwrite -gpg-key= -keyring= -label= -suite= -codename= -notautomatic= -origin= -passphrase= -passphrase-file= -secret-keyring= -skip-contents -skip-bz2 -skip-signing" -- ${cur}))
|
||||
else
|
||||
if [[ "$subcmd" == "snapshot" ]]; then
|
||||
COMPREPLY=($(compgen -W "$(__aptly_snapshot_list)" -- ${cur}))
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"i386"
|
||||
],
|
||||
"ButAutomaticUpgrades": "",
|
||||
"Codename": "",
|
||||
"Distribution": "maverick",
|
||||
"Label": "",
|
||||
"NotAutomatic": "",
|
||||
@@ -29,6 +30,7 @@
|
||||
"amd64"
|
||||
],
|
||||
"ButAutomaticUpgrades": "",
|
||||
"Codename": "",
|
||||
"Distribution": "wheezy",
|
||||
"Label": "",
|
||||
"NotAutomatic": "",
|
||||
@@ -53,6 +55,7 @@
|
||||
"i386"
|
||||
],
|
||||
"ButAutomaticUpgrades": "",
|
||||
"Codename": "",
|
||||
"Distribution": "maverick",
|
||||
"Label": "",
|
||||
"NotAutomatic": "",
|
||||
@@ -77,6 +80,7 @@
|
||||
"i386"
|
||||
],
|
||||
"ButAutomaticUpgrades": "",
|
||||
"Codename": "",
|
||||
"Distribution": "maverick",
|
||||
"Label": "label1",
|
||||
"NotAutomatic": "",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"i386"
|
||||
],
|
||||
"ButAutomaticUpgrades": "",
|
||||
"Codename": "",
|
||||
"Distribution": "maverick",
|
||||
"Label": "",
|
||||
"NotAutomatic": "",
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
"i386"
|
||||
],
|
||||
"ButAutomaticUpgrades": "",
|
||||
"Codename": "",
|
||||
"Distribution": "maverick",
|
||||
"Label": "",
|
||||
"NotAutomatic": "",
|
||||
|
||||
Reference in New Issue
Block a user