Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions dev/make_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ echo ""
# GroupsAsCategoriesForCAP
echo "Release GroupsAsCategoriesForCAP"
GAP_PKG_RELEASE_DATE=$(date -I) ./dev/release-gap-package --skip-existing-release --srcdir "$PWD/GroupsAsCategoriesForCAP" --webdir "$PWD/gh-pages/GroupsAsCategoriesForCAP" --update-script "$PWD/gh-pages/update.g" --release-script "$PWD/dev/.release"
git subtree split --prefix=GroupsAsCategoriesForCAP -b GroupsAsCategoriesForCAP-split
git push https://homalg-project:$SUBSPLIT_PUSH_SECRET@github.com/homalg-project/GroupsAsCategoriesForCAP GroupsAsCategoriesForCAP-split:master
echo ""

# HomologicalAlgebraForCAP
Expand Down
2 changes: 0 additions & 2 deletions dev/simulate_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ echo ""
# GroupsAsCategoriesForCAP
echo "Simulate release of GroupsAsCategoriesForCAP"
GAP_PKG_RELEASE_DATE=$(date -I) ./dev/release-gap-package --srcdir "$PWD/GroupsAsCategoriesForCAP" --webdir "$PWD/gh-pages/GroupsAsCategoriesForCAP" --update-script "$PWD/gh-pages/update.g" --release-script "$PWD/dev/.release" --only-tarball
# creating subsplits is slow and should only rarely result in errors -> do not simulate to keep testing PRs as fast as possible
#git subtree split --prefix=GroupsAsCategoriesForCAP -b GroupsAsCategoriesForCAP-split
echo ""

# HomologicalAlgebraForCAP
Expand Down