Skip to content

Commit

Permalink
Update hostname for downloads.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Sep 23, 2021
1 parent 415003c commit 9bc19c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build:
python$(PYVERSION) setup.py sdist --formats=gztar bdist_wheel

dist: build
LL_URL_SSH_PYTHON=python3.2 python$(PYVERSION) -mll.scripts.ucp -vyes -ulivpython -glivpython dist/*.tar.gz dist/*.whl ssh://livpython@python.livinglogic.de/~/public_downloads/xist/
LL_URL_SSH_PYTHON=python3.2 python$(PYVERSION) -mll.scripts.ucp -vyes -ulivpython -glivpython dist/*.tar.gz dist/*.whl ssh://livpython@python-downloads.livinglogic.de/~/public_downloads/xist/


upload: build
Expand All @@ -39,7 +39,7 @@ livinglogic:

windist:
python$(PYVERSION) setup.py bdist --formats=wininst
python -mll.scripts.ucp -vyes -cno -ulivpython -glivpython dist/*.exe ssh://livpython@python.livinglogic.de/~/public_downloads/xist/
python -mll.scripts.ucp -vyes -cno -ulivpython -glivpython dist/*.exe ssh://livpython@python-downloads.livinglogic.de/~/public_downloads/xist/


winupload:
Expand Down

0 comments on commit 9bc19c2

Please sign in to comment.