Skip to content

Commit 06b93ab

Browse files
Merge pull request #1753 from TKuh/groups_as_cats_subsplit
Disable subsplits for `GroupsAsCategoriesForCAP`
2 parents 6873a54 + 4da5ab8 commit 06b93ab

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

dev/make_dist.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ echo ""
5757
# GroupsAsCategoriesForCAP
5858
echo "Release GroupsAsCategoriesForCAP"
5959
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"
60-
git subtree split --prefix=GroupsAsCategoriesForCAP -b GroupsAsCategoriesForCAP-split
61-
git push https://homalg-project:$SUBSPLIT_PUSH_SECRET@github.com/homalg-project/GroupsAsCategoriesForCAP GroupsAsCategoriesForCAP-split:master
6260
echo ""
6361

6462
# HomologicalAlgebraForCAP

dev/simulate_dist.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ echo ""
5757
# GroupsAsCategoriesForCAP
5858
echo "Simulate release of GroupsAsCategoriesForCAP"
5959
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
60-
# creating subsplits is slow and should only rarely result in errors -> do not simulate to keep testing PRs as fast as possible
61-
#git subtree split --prefix=GroupsAsCategoriesForCAP -b GroupsAsCategoriesForCAP-split
6260
echo ""
6361

6462
# HomologicalAlgebraForCAP

0 commit comments

Comments
 (0)