Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Parse a constraints string in prepareConstraints #821
Conversation
QA
|
makyo
reviewed
Sep 3, 2015
| @@ -75,13 +75,13 @@ $(PY): | ||
| $(NODE_MODULES): | ||
| npm install --cache-min 999999 | ||
| -.PHONY: run-server | ||
| -run-server: gui | ||
| +.PHONY: server |
makyo
reviewed
Sep 3, 2015
| -run: | ||
| - make -j 2 run-server watch | ||
| +run: gui | ||
| + $(MAKE) -j2 server watch |
|
|
|
Test PASSed. |
|
|
|
TY |
|
Status: merge request accepted. Url: http://ci.jujugui.org:8080/job/juju-gui-merge |
added a commit
that referenced
this pull request
Sep 3, 2015
jujugui
merged commit 07eaa12
into
juju:pyramid-fork
Sep 3, 2015
1 check passed
default
Merged build finished.
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
makyo commentedSep 3, 2015
No description provided.