mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-23 18:32:46 +00:00
add git_project_address replace chroot_setup
This commit is contained in:
parent
ff984652b8
commit
cc9d8be772
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ platform_arch="$PLATFORM_ARCH"
|
|||
platform_name="$PLATFORM_NAME"
|
||||
uname="$UNAME"
|
||||
email="$EMAIL"
|
||||
git_repo="$GIT_REPO"
|
||||
git_repo="$GIT_PROJECT_ADDRESS"
|
||||
project_version="$PROJECT_VERSION"
|
||||
extra_build_rpm_options="$EXTRA_BUILD_RPM_OPTIONS"
|
||||
extra_build_src_rpm_options="$EXTRA_BUILD_SRC_RPM_OPTIONS"
|
||||
|
|
|
@ -51,7 +51,7 @@ fi
|
|||
|
||||
cat <<EOF>> $default_cfg
|
||||
config_opts['root'] = '$platform_name-$platform_arch'
|
||||
config_opts['chroot_setup'] = 'basesystem-minimal locales locales-en gnupg rpm-build urpmi wget task-devel'
|
||||
config_opts['chroot_setup'] = 'basesystem-minimal basesystem-build branding-configs-fresh-2.0'
|
||||
#config_opts['urpm_options'] = '--xml-info=never $extra_cfg_urpm_options'
|
||||
|
||||
# If it's True - current urpmi configs will be copied to the chroot.
|
||||
|
|
Loading…
Add table
Reference in a new issue