Skip to content
Snippets Groups Projects
Commit 81fce02b authored by Leigh B Stoller's avatar Leigh B Stoller
Browse files

Rob prefers "current" instead of mothership for the branch name.

parent 0879edca
No related branches found
No related tags found
No related merge requests found
......@@ -436,7 +436,7 @@ BRANCHECHO= @echo "Skipping branch check since not the Mothership"
ifeq ($(ISMAINSITE),1)
ifeq ($(TBROOT),/usr/testbed)
BRANCHCHECK= cd $(SRCDIR) && \
git status --porcelain -s -b | head -1 | grep -q -s mothership
git status --porcelain -s -b | head -1 | grep -q -s current
BRANCHECHO= @echo "Checking to make sure you are on the mothership branch"
endif
endif
......
......@@ -113,7 +113,7 @@ default-install:
ifeq ($(ISMAINSITE),1)
ifeq ($(TBROOT),/usr/testbed/devel/stoller)
(cd $(SRCDIR) ; \
git status --porcelain -s -b | head -1 | grep -q -s mothership)
git status --porcelain -s -b | head -1 | grep -q -s current)
else
/usr/bin/true
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment