summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2015-06-07 11:41:58 -0400
committerBill Peck <bpeck@redhat.com>2015-06-07 11:41:58 -0400
commit75cb88dd8cc34d190d8b1e37e4560696cd1a1ba9 (patch)
tree17d59423481789c93540dc5ab8634620d2179f05
parent6ee09bad365e4b238ce70ed2180f9b9f89a97bf6 (diff)
downloadtests-75cb88dd8cc34d190d8b1e37e4560696cd1a1ba9.tar.gz
tests-75cb88dd8cc34d190d8b1e37e4560696cd1a1ba9.tar.xz
tests-75cb88dd8cc34d190d8b1e37e4560696cd1a1ba9.zip
fix distro selection, used RELEASED
-rw-r--r--restraint/config/dist-4E-eso.json2
-rw-r--r--restraint/config/dist-5E-eso.json2
-rw-r--r--restraint/config/eso-rhel-6.json2
-rw-r--r--restraint/config/rhel-7.0-build.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/restraint/config/dist-4E-eso.json b/restraint/config/dist-4E-eso.json
index 68d6ce3..c8cae59 100644
--- a/restraint/config/dist-4E-eso.json
+++ b/restraint/config/dist-4E-eso.json
@@ -8,7 +8,7 @@
"recipesets": [
{
"family": "RedHatEnterpriseLinux4",
- "tag": ["RTT_ACCEPTED"],
+ "tag": ["RELEASED"],
"arch": "X86_64",
"variant": "Server",
"hostrequire": [],
diff --git a/restraint/config/dist-5E-eso.json b/restraint/config/dist-5E-eso.json
index 8b59382..dc6e20c 100644
--- a/restraint/config/dist-5E-eso.json
+++ b/restraint/config/dist-5E-eso.json
@@ -8,7 +8,7 @@
"recipesets": [
{
"family": "RedHatEnterpriseLinuxServer5",
- "tag": ["RTT_ACCEPTED"],
+ "tag": ["RELEASED"],
"arch": "X86_64",
"variant": "Server",
"hostrequire": [],
diff --git a/restraint/config/eso-rhel-6.json b/restraint/config/eso-rhel-6.json
index 68f096d..7a8f5fd 100644
--- a/restraint/config/eso-rhel-6.json
+++ b/restraint/config/eso-rhel-6.json
@@ -8,7 +8,7 @@
"recipesets": [
{
"family": "RedHatEnterpriseLinux6",
- "tag": ["RTT_ACCEPTED"],
+ "tag": ["RELEASED"],
"arch": "X86_64",
"variant": "Server",
"hostrequire": [],
diff --git a/restraint/config/rhel-7.0-build.json b/restraint/config/rhel-7.0-build.json
index d5db953..66182bd 100644
--- a/restraint/config/rhel-7.0-build.json
+++ b/restraint/config/rhel-7.0-build.json
@@ -8,7 +8,7 @@
"recipesets": [
{
"family": "RedHatEnterpriseLinux7",
- "tag": ["RTT_ACCEPTED"],
+ "tag": ["RELEASED"],
"arch": "X86_64",
"variant": "Server",
"hostrequire": [],