Skip to content
Snippets Groups Projects
Verified Commit 999e39a7 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

common.sh: make Label configurable

parent 59bd038f
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ set -u
: "${BASESUITE:=unstable}"
: "${OURSUITE:=reform}"
: "${OURLABEL:=reform}"
: "${VERSUFFIX:=reform}"
WORKDIR=$(mktemp --directory --tmpdir="$(pwd)")
PATCHDIR=$(realpath patches)
......
......@@ -12,7 +12,7 @@ if ! test -d "$REPREPRO_BASE_DIR"; then
mkdir -p "$REPREPRO_BASE_DIR/conf"
cat > "$REPREPRO_BASE_DIR/conf/distributions" <<EOF
Codename: $OURSUITE
Label: $OURSUITE
Label: $OURLABEL
Suite: $OURSUITE
Architectures: $HOST_ARCH $(test "$BUILD_ARCH" = "$HOST_ARCH" || echo "$BUILD_ARCH")
Components: main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment