Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
5755b819
Commit
5755b819
authored
May 05, 2019
by
Peter Parente
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug make tx-en
parent
77a770f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
13 deletions
+10
-13
Makefile
Makefile
+10
-13
No files found.
Makefile
View file @
5755b819
...
@@ -68,22 +68,19 @@ n-docs-diff: ## number of docs/ files changed since branch from master
...
@@ -68,22 +68,19 @@ n-docs-diff: ## number of docs/ files changed since branch from master
n-other-diff
:
##
number of files outside docs/ changed since branch from master
n-other-diff
:
##
number of files outside docs/ changed since branch from master
@
git diff
--name-only
$(DIFF_RANGE)
--
':!docs/'
|
wc
-l
|
awk
'{print $$1}'
@
git diff
--name-only
$(DIFF_RANGE)
--
':!docs/'
|
wc
-l
|
awk
'{print $$1}'
tx-en
:
##
rebuild en locale strings and push to master
tx-en
:
##
rebuild en locale strings and push to master (req: GH_TOKEN)
git config
--global
user.email
"travis@travis-ci.org"
@
git config
--global
user.email
"travis@travis-ci.org"
git config
--global
user.name
"Travis CI"
@
git config
--global
user.name
"Travis CI"
@
git checkout master
git
checkout
master
@make
-C
docs
clean
gettext
@cd
docs
&&
sphinx-intl
update
-p
_build/gettext
-l
en
pushd
docs
@git
add
docs/locale/en
make
clean
gettext
@git
commit
-m
"Update en source strings for $$TRAVIS_COMMIT"
sphinx-intl
build
-p
_build/gettext
-l
en
popd
git
add
docs/locale/en
@git remote add origin-tx https
:
//$${GH_TOKEN}@github.com/jupyter/docker-stacks.git
git
commit
-m
"Update en source strings for $$TRAVIS_COMMIT"
@
git push
-u
origin-tx master
git remote add origin-tx https
:
//$${GH_TOKEN}@github.com/jupyter/docker-stacks.git
git push
-u
origin-tx master
test/%
:
##
run tests against a stack
test/%
:
##
run tests against a stack
...
...
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