Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
olapy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
olapy
Commits
eb1b0713
Commit
eb1b0713
authored
Apr 29, 2017
by
Stefane Fermigier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a couple of make targets.
parent
91f0169d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
Makefile
Makefile
+11
-0
No files found.
Makefile
View file @
eb1b0713
...
@@ -69,3 +69,14 @@ update-deps:
...
@@ -69,3 +69,14 @@ update-deps:
pip-compile
-U
>
/dev/null
pip-compile
-U
>
/dev/null
pip-compile
>
/dev/null
pip-compile
>
/dev/null
git
--no-pager
diff requirements.txt
git
--no-pager
diff requirements.txt
sync-deps
:
pip
install
-r
requirements.txt
-r
dev-requirements.txt
-e
.
release
:
git push
--tags
rm
-rf
/tmp/olapy
git clone
.
/tmp/olapy
cd
/tmp/olapy
;
python setup.py sdist
cd
/tmp/olapy
;
python setup.py sdist upload
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