Skip to content

Commit

Permalink
sage-git.eclass: Document git-r3 variables used.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwifb committed Dec 27, 2023
1 parent 5d74cea commit 852e0fd
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions eclass/sage-git.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,24 @@ BDEPEND="
dev-python/build[${PYTHON_USEDEP}]
"

# Standard sage git repo definition. This can be overriden the usual way.
# Standard git-r3 variables for ebuild using sage-git

# @VARIABLE: EGIT_REPO_URI
# @REQUIRED
# @DESCRIPTION:
# This variable is from git-r3 eclass, we set to the default
# git repo for sagemath. It can be overriden the usual git-r3
# way, to test a PR branch for example.
EGIT_REPO_URI="https://github.com/sagemath/sage.git"

# @VARIABLE: EGIT_BRANCH
# @REQUIRED
# @DESCRIPTION:
# This variable is from git-r3 eclass, we set to the default
# develop git branch used for sagemath. It can be overriden
# the usual git-r3 way, to test a PR branch for example.
EGIT_BRANCH=develop

# Standard variables for ebuild using sage-git
# @VARIABLE: EGIT_CHECKOUT_DIR
# @REQUIRED
# @DESCRIPTION:
Expand Down

0 comments on commit 852e0fd

Please sign in to comment.