diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-09-13 13:44:51 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-09-13 13:44:51 +0200 |
commit | bb516cb52e16ecf606914616a13608d8897b34ce (patch) | |
tree | 36b20e6669e582a673253c10d17bd7be3224f630 | |
parent | 4d6c5c2928c19ca3f3cd4656e75f4e3abe4d2f58 (diff) | |
download | buildscripts-bb516cb52e16ecf606914616a13608d8897b34ce.tar.gz buildscripts-bb516cb52e16ecf606914616a13608d8897b34ce.tar.bz2 buildscripts-bb516cb52e16ecf606914616a13608d8897b34ce.zip |
buildscripts/arctica.conf: Fix wrong variable name.
-rw-r--r-- | home/.buildscripts/arctica.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.buildscripts/arctica.conf b/home/.buildscripts/arctica.conf index ec2c495..3bb6d41 100644 --- a/home/.buildscripts/arctica.conf +++ b/home/.buildscripts/arctica.conf @@ -22,7 +22,7 @@ RPM_EXTRA_REPO_MOCK_CONFIG_BASE="arctica" COMPONENT_MAIN="main" COMPONENT_NIGHTLY="nightly" -COMPONENT_RELEASES="testmain" +COMPONENT_BUNDLES="bundle-codername1" REPOS_SERVER="packages.arctica-project.org" PACKAGE_WITHOUT_OTHERMIRROR="arctica-keyring" |