mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
proper escaping on external repo
This commit is contained in:
parent
a1726c9f97
commit
86d028122c
@ -78,7 +78,7 @@ KOJID_CAPACITY=16
|
|||||||
SRC_RPM_DIR=
|
SRC_RPM_DIR=
|
||||||
BIN_RPM_DIR=
|
BIN_RPM_DIR=
|
||||||
DEBUG_RPM_DIR=
|
DEBUG_RPM_DIR=
|
||||||
EXTERNAL_REPO="http://buildsys.koozali.org/build/7/os/\$arch/"
|
EXTERNAL_REPO='http://mirror.contribs.org/smeserver/releases/10/smeos/\$arch/'
|
||||||
POSTGRES_USER=postgres
|
POSTGRES_USER=postgres
|
||||||
POSTGRES_DIR=/var/lib/pgsql
|
POSTGRES_DIR=/var/lib/pgsql
|
||||||
|
|
||||||
@ -108,7 +108,7 @@ export SRC_RPM_DIR=$SRC_RPM_DIR
|
|||||||
export BIN_RPM_DIR=$BIN_RPM_DIR
|
export BIN_RPM_DIR=$BIN_RPM_DIR
|
||||||
export DEBUG_RPM_DIR=$DEBUG_PRM_DIR
|
export DEBUG_RPM_DIR=$DEBUG_PRM_DIR
|
||||||
# Comment the following if supplying all RPMs as an upstream and not a downstream
|
# Comment the following if supplying all RPMs as an upstream and not a downstream
|
||||||
export EXTERNAL_REPO=$EXTERNAL_REPO
|
export EXTERNAL_REPO=${EXTERNAL_REPO}
|
||||||
## POSTGRESQL DATABASE
|
## POSTGRESQL DATABASE
|
||||||
export POSTGRES_USER=$POSTGRES_USER
|
export POSTGRES_USER=$POSTGRES_USER
|
||||||
export POSTGRES_DIR=$POSTGRES_DIR
|
export POSTGRES_DIR=$POSTGRES_DIR
|
||||||
|
@ -23,7 +23,7 @@ export SRC_RPM_DIR=
|
|||||||
export BIN_RPM_DIR=
|
export BIN_RPM_DIR=
|
||||||
export DEBUG_RPM_DIR=
|
export DEBUG_RPM_DIR=
|
||||||
# Comment the following if supplying all RPMs as an upstream and not a downstream
|
# Comment the following if supplying all RPMs as an upstream and not a downstream
|
||||||
export EXTERNAL_REPO=hhttp://buildsys.koozali.org/build/7/os/\$arch/
|
export EXTERNAL_REPO=http://mirror.contribs.org/smeserver/releases/10/smeos/\$arch/
|
||||||
|
|
||||||
## POSTGRESQL DATABASE
|
## POSTGRESQL DATABASE
|
||||||
export POSTGRES_USER=postgres
|
export POSTGRES_USER=postgres
|
||||||
|
Loading…
Reference in New Issue
Block a user