Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/bin/sage-download-upstream: Remove, use 'sage --package download'…
Browse files Browse the repository at this point in the history
… instead
  • Loading branch information
Matthias Koeppe committed Nov 19, 2020
1 parent 7082715 commit 3f91313
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ buildbot-python3:
# Preemptively download all source tarballs of normal packages.
download:
export SAGE_ROOT=$$(pwd) && \
export PATH=$$SAGE_ROOT/src/bin:$$PATH && \
./src/bin/sage-download-upstream
export PATH=$$SAGE_ROOT/build/bin:$$PATH && \
sage-package download :all:

dist: build/make/Makefile
./sage --sdist
Expand Down
1 change: 0 additions & 1 deletion build/pkgs/sagelib/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
'bin/sage-cleaner',
## Only makes sense in sage-the-distribution. TODO: Move to another installation script.
'bin/sage-list-packages',
'bin/sage-download-upstream',
'bin/sage-location',
## Uncategorized scripts in alphabetical order
'bin/math-readline',
Expand Down
8 changes: 0 additions & 8 deletions src/bin/sage-download-upstream

This file was deleted.

1 change: 0 additions & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
'bin/sage-cleaner',
## Only makes sense in sage-the-distribution. TODO: Move to another installation script.
'bin/sage-list-packages',
'bin/sage-download-upstream',
'bin/sage-location',
## Uncategorized scripts in alphabetical order
'bin/math-readline',
Expand Down

0 comments on commit 3f91313

Please sign in to comment.