File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -30,3 +30,8 @@ echo "Pushed to ToolsForCategoricalTowers.jl"
3030git subtree split --prefix=QuotientCategories -b QuotientCategories-split
3131git push git@github.com:${GITHUB_USER} /QuotientCategories.jl.git QuotientCategories-split:master
3232echo " Pushed to QuotientCategories.jl"
33+
34+ # FpCategories
35+ git subtree split --prefix=FpCategories -b FpCategories-split
36+ git push git@github.com:${GITHUB_USER} /FpCategories.jl.git FpCategories-split:master
37+ echo " Pushed to FpCategories.jl"
Original file line number Diff line number Diff line change @@ -29,3 +29,8 @@ echo "Pushed to ToolsForCategoricalTowers.jl"
2929git subtree split --prefix=QuotientCategories -b QuotientCategories-split > /dev/null 2>&1
3030git push https://${JULIA_SUBSPLIT_TOKEN} @github.com/homalg-project/QuotientCategories.jl.git QuotientCategories-split:master
3131echo " Pushed to QuotientCategories.jl"
32+
33+ # FpCategories
34+ git subtree split --prefix=FpCategories -b FpCategories-split > /dev/null 2>&1
35+ git push https://${JULIA_SUBSPLIT_TOKEN} @github.com/homalg-project/FpCategories.jl.git FpCategories-split:master
36+ echo " Pushed to FpCategories.jl"
Original file line number Diff line number Diff line change @@ -2,23 +2,28 @@ install:
22 julia -e ' using Pkg; \
33 Pkg.develop(path = " ToolsForCategoricalTowers" ); \
44 Pkg.develop(path = " QuotientCategories" ); \
5+ Pkg.develop(path = " FpCategories" ); \
56 '
67
78gen :
89 $(MAKE ) -C ToolsForCategoricalTowers gen
910 $(MAKE ) -C QuotientCategories gen
11+ $(MAKE ) -C FpCategories gen
1012
1113gen-full :
1214 $(MAKE ) -C ToolsForCategoricalTowers gen-full
1315 $(MAKE ) -C QuotientCategories gen-full
16+ $(MAKE ) -C FpCategories gen-full
1417
1518test :
1619 $(MAKE ) -C ToolsForCategoricalTowers test
1720 $(MAKE ) -C QuotientCategories test
21+ $(MAKE ) -C FpCategories test
1822
1923git-commit :
2024 $(MAKE ) -C ToolsForCategoricalTowers git-commit
2125 $(MAKE ) -C QuotientCategories git-commit
26+ $(MAKE ) -C FpCategories git-commit
2227
2328update-subsplits :
2429 ./dev/manually_update_subsplits.sh
You can’t perform that action at this time.
0 commit comments