Skip to content

Commit b3d9055

Browse files
jbayfieldrandombenj
authored andcommitted
Fix system tests for custom codenames
1 parent 9042651 commit b3d9055

5 files changed

Lines changed: 8 additions & 1 deletion

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ List of contributors, in chronological order:
5050
* Russell Greene (https://github.com/russelltg)
5151
* Wade Simmons (https://github.com/wadey)
5252
* Steven Stone (https://github.com/smstone)
53+
* Josh Bayfield (https://github.com/jbayfield)

completion.d/aptly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ _aptly()
503503
"snapshot"|"repo")
504504
if [[ $numargs -eq 0 ]]; then
505505
if [[ "$cur" == -* ]]; then
506-
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}))
506+
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}))
507507
else
508508
if [[ "$subcmd" == "snapshot" ]]; then
509509
COMPREPLY=($(compgen -W "$(__aptly_snapshot_list)" -- ${cur}))

system/t06_publish/PublishList5Test_gold

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"i386"
77
],
88
"ButAutomaticUpgrades": "",
9+
"Codename": "",
910
"Distribution": "maverick",
1011
"Label": "",
1112
"NotAutomatic": "",
@@ -29,6 +30,7 @@
2930
"amd64"
3031
],
3132
"ButAutomaticUpgrades": "",
33+
"Codename": "",
3234
"Distribution": "wheezy",
3335
"Label": "",
3436
"NotAutomatic": "",
@@ -53,6 +55,7 @@
5355
"i386"
5456
],
5557
"ButAutomaticUpgrades": "",
58+
"Codename": "",
5659
"Distribution": "maverick",
5760
"Label": "",
5861
"NotAutomatic": "",
@@ -77,6 +80,7 @@
7780
"i386"
7881
],
7982
"ButAutomaticUpgrades": "",
83+
"Codename": "",
8084
"Distribution": "maverick",
8185
"Label": "label1",
8286
"NotAutomatic": "",

system/t06_publish/PublishShow3Test_gold

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"i386"
66
],
77
"ButAutomaticUpgrades": "",
8+
"Codename": "",
89
"Distribution": "maverick",
910
"Label": "",
1011
"NotAutomatic": "",

system/t06_publish/PublishShow4Test_gold

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"i386"
66
],
77
"ButAutomaticUpgrades": "",
8+
"Codename": "",
89
"Distribution": "maverick",
910
"Label": "",
1011
"NotAutomatic": "",

0 commit comments

Comments
 (0)