remove repoconfig
This commit is contained in:
parent
fd8dbac16c
commit
d81277176c
2 changed files with 3 additions and 3 deletions
|
@ -272,10 +272,10 @@ COMMON_RECOMMENDS=$(grep -v ^$ "${MANUAL_RECOMMENDS}" | grep -v ^# |
|
||||||
|
|
||||||
# Make everything happen in the OUTPUTDIR.
|
# Make everything happen in the OUTPUTDIR.
|
||||||
cd "${OUTPUTDIR}"
|
cd "${OUTPUTDIR}"
|
||||||
BASEREPOCONFIG="dl.google.com/linux/chrome/deb/ stable main"
|
# BASEREPOCONFIG="dl.google.com/linux/chrome/deb/ stable main"
|
||||||
# Only use the default REPOCONFIG if it's unset (e.g. verify_channel might have
|
# Only use the default REPOCONFIG if it's unset (e.g. verify_channel might have
|
||||||
# set it to an empty string)
|
# set it to an empty string)
|
||||||
REPOCONFIG="${REPOCONFIG-deb [arch=${ARCHITECTURE}] https://${BASEREPOCONFIG}}"
|
# REPOCONFIG="${REPOCONFIG-deb [arch=${ARCHITECTURE}] https://${BASEREPOCONFIG}}"
|
||||||
# Allowed configs include optional HTTPS support and explicit multiarch
|
# Allowed configs include optional HTTPS support and explicit multiarch
|
||||||
# platforms.
|
# platforms.
|
||||||
REPOCONFIGREGEX="deb (\\\\[arch=[^]]*\\\\b${ARCHITECTURE}\\\\b[^]]*\\\\]"
|
REPOCONFIGREGEX="deb (\\\\[arch=[^]]*\\\\b${ARCHITECTURE}\\\\b[^]]*\\\\]"
|
||||||
|
|
|
@ -217,7 +217,7 @@ fi
|
||||||
eval $(sed -e "s/^\([^=]\+\)=\(.*\)$/export \1='\2'/" \
|
eval $(sed -e "s/^\([^=]\+\)=\(.*\)$/export \1='\2'/" \
|
||||||
"${OUTPUTDIR}/installer/theme/BRANDING")
|
"${OUTPUTDIR}/installer/theme/BRANDING")
|
||||||
|
|
||||||
REPOCONFIG="https://dl.google.com/linux/${PACKAGE#google-}/rpm/stable"
|
# REPOCONFIG="https://dl.google.com/linux/${PACKAGE#google-}/rpm/stable"
|
||||||
export USR_BIN_SYMLINK_NAME="${PACKAGE}"
|
export USR_BIN_SYMLINK_NAME="${PACKAGE}"
|
||||||
|
|
||||||
stage_install_rpm
|
stage_install_rpm
|
||||||
|
|
Loading…
Reference in a new issue