release.sh: allow REPO and GITBRANCH env override
patch by Antoine Leca Change-Id: Iabcf1189d8b5250536bb17e650f48f0e73fcde2c
This commit is contained in:
parent
9a3d76d0ca
commit
38c4489ef0
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ version="`echo $version_pretty | tr . _`"
|
|||
PACKAGEDIR=/usr/pkgsrc/packages/$version_pretty/`uname -m`
|
||||
|
||||
SRC=src
|
||||
REPO=git://git.minix3.org/minix
|
||||
GITBRANCH=master
|
||||
: ${REPO:=git://git.minix3.org/minix}
|
||||
: ${GITBRANCH:=master}
|
||||
|
||||
# List of packages included on installation media
|
||||
PACKAGELIST=packages.install
|
||||
|
|
Loading…
Reference in a new issue