Blame SOURCES/0001-init-pull-cockpit-from-the-rhel7-registry.patch

e509a0
From 82101b4e8eeef12c84cbea16ca0bfef75ecf3b52 Mon Sep 17 00:00:00 2001
e509a0
From: Jonathan Lebon <jlebon@redhat.com>
e509a0
Date: Tue, 3 May 2016 11:09:12 -0400
e509a0
Subject: [PATCH] init: pull cockpit from the rhel7 registry
e509a0
e509a0
---
736920
 libexec/init | 4 ++--
736920
 1 file changed, 2 insertions(+), 2 deletions(-)
e509a0
e509a0
diff --git a/libexec/init b/libexec/init
736920
index 5f2f115..066117f 100755
e509a0
--- a/libexec/init
e509a0
+++ b/libexec/init
736920
@@ -144,8 +144,8 @@ bottom_pane() {
e509a0
 	fi
e509a0
 
e509a0
 	rc=0
736920
-	(atomic install cockpit/ws &&
736920
-	 atomic run cockpit/ws) || rc=$?
736920
+	(atomic install registry.access.redhat.com/rhel7/cockpit-ws &&
736920
+	 atomic run registry.access.redhat.com/rhel7/cockpit-ws) || rc=$?
e509a0
 	echo $rc > /run/atomic-devmode-cockpit.rc
e509a0
 	journalctl -f
e509a0
 }
e509a0
-- 
736920
2.13.0
e509a0