From b5b9fa922b9b836a86ae5afd8954790c16aad823 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 16:50:30 -0400 Subject: propellor spin --- Propellor/CmdLine.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Propellor/CmdLine.hs') diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs index 516bb5c5..0b680d12 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -103,7 +103,7 @@ pullFirst cmdline next = do newsha <- getCurrentGitSha1 branchref if oldsha == newsha - then error "unchanged" + then next else do putStrLn "Rebuilding propeller.." hFlush stdout @@ -150,7 +150,7 @@ spin host = do ] , "else " ++ intercalate " && " [ "cd " ++ localdir - , "if ! test -x ./propellor; then make build; fi" + --, "if ! test -x ./propellor; then make build; fi" , "./propellor --boot " ++ host ] ] -- cgit v1.2.3