Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Samir
django-cas-server
Commits
9db40bdb
Commit
9db40bdb
authored
Nov 20, 2016
by
Valentin Samir
Browse files
Disable pip cache then installing with make install
parent
64d3901e
Pipeline
#605
passed with stage
in 29 minutes and 14 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
9db40bdb
...
...
@@ -21,6 +21,7 @@ Fixed
* Allow both unicode and bytes dotted string in utils.import_attr
* Fix some spelling and grammar on log messages. (thanks to Allie Micka)
* Fix froms css class error on success/error due to a scpaless block
* Disable pip cache then installing with make install
Changed
-------
...
...
Makefile
View file @
9db40bdb
...
...
@@ -6,7 +6,7 @@ build:
install
:
dist
pip
-V
pip
install
--no-deps
--upgrade
--force-reinstall
--find-links
./dist/django-cas-server-
${VERSION}
.tar.gz django-cas-server
pip
install
--no-cache-dir
--no-deps
--upgrade
--force-reinstall
--find-links
./dist/django-cas-server-
${VERSION}
.tar.gz django-cas-server
uninstall
:
pip uninstall django-cas-server
||
true
...
...
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