Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
991ade8f
Commit
991ade8f
authored
Jun 12, 2017
by
J. Fernando Sánchez
Browse files
Make sdist non-interactive non-tty
parent
1104e816
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
991ade8f
...
...
@@ -76,8 +76,8 @@ test-%:
test
:
test-$(PYMAIN)
dist/$(TARNAME)
:
version
docker run
--rm
-ti
-v
$$
PWD:/usr/src/app/
-w
/usr/src/app/ python:
$(PYMAIN)
python setup.py sdist
;
docker run
--rm
-ti
-v
$$
PWD:/usr/src/app/
-w
/usr/src/app/ python:
$(PYMAIN)
chmod
-R
a+rwx dist
;
docker run
--rm
-v
$$
PWD:/usr/src/app/
-w
/usr/src/app/ python:
$(PYMAIN)
python setup.py sdist
;
docker run
--rm
-v
$$
PWD:/usr/src/app/
-w
/usr/src/app/ python:
$(PYMAIN)
chmod
-R
a+rwx dist
;
sdist
:
dist/$(TARNAME)
...
...
Write
Preview
Supports
Markdown
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