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

Commit

Permalink
trac 29111: delete sage-fix-pkg-checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri authored and Matthias Koeppe committed Jun 19, 2020
1 parent 5dca421 commit 8f0ee05
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 24 deletions.
5 changes: 0 additions & 5 deletions build/bin/sage-site
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,5 @@ if [ "$1" = '-info' -o "$1" = '--info' ]; then
exit 0
fi

if [ "$1" = '-fix-pkg-checksums' -o "$1" = '--fix-pkg-checksums' ]; then
shift
exec sage-fix-pkg-checksums "$@"
fi

echo "Error: Unknown option: $1"
exit 1
2 changes: 1 addition & 1 deletion build/pkgs/d3js/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ mv "d3js-${ZIP_VERSION}.tar.gz" "${SAGE_ROOT}/upstream/"
# update package info
cd ..
echo "${ZIP_VERSION}" > 'package-version.txt'
sage -sh 'sage-fix-pkg-checksums'
sage --package fix-checksum


2 changes: 1 addition & 1 deletion build/pkgs/ecl/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ autoreconf -ivf

cd ../..
tar c ecl-$ECLVERSION | bzip2 -c >"$ECLTARBALL"
sage-fix-pkg-checksums "$ECLTARBALL"
sage --package fix-checksum "$ECLTARBALL"
rm -rf ecl-*
2 changes: 1 addition & 1 deletion build/pkgs/maxima/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Special Update/Build Instructions
and download the source tarball maxima-x.y.z.tar.gz; place it in
the upstream/ directory.

2. Update package-version.txt and run sage-fix-pkg-checksums.
2. Update package-version.txt and run 'sage --package fix-checksum'.

3. Make sure the patches still apply cleanly, and update them if
necessary.
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/r/spkg-src
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ set -e
wget http://cran.r-project.org/src/base/R-3/$SOURCE_TARBALL
mv $SOURCE_TARBALL $SAGE_ROOT/upstream/$TARGET_TARBALL

sage -sh 'sage-fix-pkg-checksums'
sage --package fix-checksum
15 changes: 0 additions & 15 deletions src/bin/sage-fix-pkg-checksums

This file was deleted.

0 comments on commit 8f0ee05

Please sign in to comment.