maj distributions
This commit is contained in:
parent
2df175ee57
commit
30594aa84b
10
dkbuild
10
dkbuild
|
@ -86,13 +86,16 @@ $scriptname build [OPTIONS] [BUILDVARS...]
|
|||
configuration ne doit être chargé.
|
||||
|
||||
-d, --dist DIST
|
||||
-9, --d9
|
||||
-0, --d10
|
||||
-1, --d11
|
||||
-2, --d12
|
||||
-3, --d13
|
||||
--r7, --rhel7
|
||||
--r8, --rhel8
|
||||
--r9, --rhel9
|
||||
--o7, --oracle7
|
||||
--o8, --oracle8
|
||||
--o9, --oracle9
|
||||
Ne faire le build que pour la distribution spécifiée. Par défaut, faire
|
||||
le build pour toutes les distributions définies. Si la distribution
|
||||
sélectionnée n'est pas valide pour ce build, elle est ignorée
|
||||
|
@ -936,13 +939,16 @@ SHARED_ARGS1=(
|
|||
SHARED_LOCALS2="local DIST PROFILE ALL_PROFILES; local -a TMPENVIRON TMPARGS"
|
||||
SHARED_ARGS2=(
|
||||
-d:,--dist: DIST=
|
||||
-9,--d9 DIST=d9
|
||||
-0,--d10 DIST=d10
|
||||
-1,--d11 DIST=d11
|
||||
-2,--d12 DIST=d11
|
||||
-3,--d13 DIST=d11
|
||||
--r7,--rhel7 DIST=rhel7
|
||||
--r8,--rhel8 DIST=rhel8
|
||||
--r9,--rhel9 DIST=rhel9
|
||||
--ol7,--oracle7 DIST=ol7
|
||||
--ol8,--oracle8 DIST=ol8
|
||||
--ol9,--oracle9 DIST=ol9
|
||||
|
||||
-p:,--profile: PROFILE=
|
||||
-P,--prod PROFILE=prod
|
||||
|
|
Loading…
Reference in New Issue