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
---
e509a0
 libexec/init | 2 +-
e509a0
 1 file changed, 1 insertion(+), 1 deletion(-)
e509a0
e509a0
diff --git a/libexec/init b/libexec/init
e509a0
index 8e7b425..f8793e8 100755
e509a0
--- a/libexec/init
e509a0
+++ b/libexec/init
e509a0
@@ -140,7 +140,7 @@ bottom_pane() {
e509a0
 	fi
e509a0
 
e509a0
 	rc=0
e509a0
-	atomic run cockpit/ws || rc=$?
e509a0
+	atomic run registry.access.redhat.com/rhel7/cockpit-ws || rc=$?
e509a0
 	echo $rc > /run/atomic-devmode-cockpit.rc
e509a0
 	journalctl -f
e509a0
 }
e509a0
-- 
e509a0
2.5.0
e509a0