Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
81fce02b
Commit
81fce02b
authored
Jan 27, 2016
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rob prefers "current" instead of mothership for the branch name.
parent
0879edca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
GNUmakefile.in
GNUmakefile.in
+1
-1
GNUmakerules
GNUmakerules
+1
-1
No files found.
GNUmakefile.in
View file @
81fce02b
...
...
@@ -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
...
...
GNUmakerules
View file @
81fce02b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment