refactor(adjustment): adjust some build params
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
06b34bccb7
commit
64984f3d8a
2 changed files with 2 additions and 3 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -37,7 +37,7 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
mkarchiso -v -w work -o out server
|
||||
mkarchiso -v -w work -o out server/profiledef.sh
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# shellcheck disable=SC2034
|
||||
|
||||
iso_name="ariaos"
|
||||
iso_label="AOSServer_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)"
|
||||
iso_label="AriaOSServer_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)"
|
||||
iso_publisher="Aria <https://zontreck.com>"
|
||||
iso_application="AriaOS Server ISO"
|
||||
iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
|
||||
|
@ -22,6 +22,5 @@ file_permissions=(
|
|||
["/root/.automated_script.sh"]="0:0:755"
|
||||
["/root/.gnupg"]="0:0:700"
|
||||
["/usr/local/bin/choose-mirror"]="0:0:755"
|
||||
["/usr/local/bin/Installation_guide"]="0:0:755"
|
||||
["/usr/local/bin/livecd-sound"]="0:0:755"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue