Lines 50-55
Options:
Link Here
|
50 |
--no-cache do not use initroot cache; |
50 |
--no-cache do not use initroot cache; |
51 |
--no-contents-indices do not use content indices; |
51 |
--no-contents-indices do not use content indices; |
52 |
--no-repackage-source do not repackage source along with binaries; |
52 |
--no-repackage-source do not repackage source along with binaries; |
|
|
53 |
--check-program=CHECK_PROGRAM run specific program as sisyphus_check; |
53 |
--no-sisyphus-check-in[=LIST] do not run sisyphus_check input tests |
54 |
--no-sisyphus-check-in[=LIST] do not run sisyphus_check input tests |
54 |
[specified in comma-separated LIST]; |
55 |
[specified in comma-separated LIST]; |
55 |
--no-sisyphus-check[=LIST] do not run sisyphus_check tests |
56 |
--no-sisyphus-check[=LIST] do not run sisyphus_check tests |
Lines 97-102
eval set -- "$TEMP"
Link Here
|
97 |
|
98 |
|
98 |
cleanup_only= |
99 |
cleanup_only= |
99 |
initroot_only= |
100 |
initroot_only= |
|
|
101 |
check_program= |
100 |
while :; do |
102 |
while :; do |
101 |
case "$1" in |
103 |
case "$1" in |
102 |
--apt-config) |
104 |
--apt-config) |
Lines 135-140
while :; do
Link Here
|
135 |
;; |
137 |
;; |
136 |
--no-repackage-source|--repackage-source) repackage_source="$1" |
138 |
--no-repackage-source|--repackage-source) repackage_source="$1" |
137 |
;; |
139 |
;; |
|
|
140 |
--check-program) shift |
141 |
[ -x "$1" ] && check_program="$1" |
142 |
;; |
138 |
--no-sisyphus-check) shift |
143 |
--no-sisyphus-check) shift |
139 |
[ -n "$1" ] && no_sisyphus_check="$1" || no_sisyphus_check=all |
144 |
[ -n "$1" ] && no_sisyphus_check="$1" || no_sisyphus_check=all |
140 |
;; |
145 |
;; |
Lines 370-375
handle_package()
Link Here
|
370 |
${no_stuff:+--no-stuff} \ |
375 |
${no_stuff:+--no-stuff} \ |
371 |
${exclude_docs:+--excludedocs} \ |
376 |
${exclude_docs:+--excludedocs} \ |
372 |
${save_fakeroot:+--save-fakeroot} \ |
377 |
${save_fakeroot:+--save-fakeroot} \ |
|
|
378 |
${check_program:+--check-program="$check_program"} \ |
373 |
${no_sisyphus_check:+--no-sisyphus-check="$no_sisyphus_check"} \ |
379 |
${no_sisyphus_check:+--no-sisyphus-check="$no_sisyphus_check"} \ |
374 |
${no_sisyphus_check_in:+--no-sisyphus-check-in="$no_sisyphus_check_in"} \ |
380 |
${no_sisyphus_check_in:+--no-sisyphus-check-in="$no_sisyphus_check_in"} \ |
375 |
${no_sisyphus_check_out:+--no-sisyphus-check-out="$no_sisyphus_check_out"} \ |
381 |
${no_sisyphus_check_out:+--no-sisyphus-check-out="$no_sisyphus_check_out"} \ |