Skip to content

Commit 1e3ba21

Browse files
committed
Apply PackageJanitor
1 parent dd91122 commit 1e3ba21

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
# set SOURCE_DATE_EPOCH for reproducible PDFs
3636
export SOURCE_DATE_EPOCH=0
3737
TERM=dumb make -C FinSetsForCAP -j $(nproc) --output-sync ci-test
38+
cp ./FinSetsForCAP/.codecov.yml ./
3839
curl -s https://codecov.io/bash | bash
3940
cd FinSetsForCAP
4041
CUR_SHA=$(git rev-parse --verify HEAD)
41-
git worktree add branch_doc/ doc || (echo "There was an error. Make sure there is a branch named 'doc'."; exit 1)
42+
git worktree add branch_doc/ doc || (echo "There was an error. Make sure there is a branch named 'doc'. See https://github.com/homalg-project/PackageJanitor#error-there-was-an-error-make-sure-there-is-a-branch-named-doc"; exit 1)
4243
cp doc/manual.pdf branch_doc/FinSetsForCAP.pdf
4344
cd branch_doc
4445
git add FinSetsForCAP.pdf

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
7979
PackageWWWHome := "https://github.com/homalg-project/FinSetsForCAP",
8080
PackageInfoURL := "https://raw.githubusercontent.com/homalg-project/FinSetsForCAP/master/PackageInfo.g",
8181
README_URL := "https://raw.githubusercontent.com/homalg-project/FinSetsForCAP/master/README.md",
82-
ArchiveURL := Concatenation( "https://github.com/homalg-project/FinSetsForCAP/releases/download/v-", ~.Version, "/FinSetsForCAP-", ~.Version ),
82+
ArchiveURL := Concatenation( "https://github.com/homalg-project/FinSetsForCAP/releases/download/v", ~.Version, "/FinSetsForCAP-", ~.Version ),
8383
# END URLS
8484

8585
ArchiveFormats := ".tar.gz",

0 commit comments

Comments
 (0)