mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
added PATA to mkinitcpio module list
changed kernel configuration to build iptables-nat let make.sh push to rspezial branch
This commit is contained in:
5
make.sh
5
make.sh
@@ -24,7 +24,8 @@
|
||||
|
||||
NAME="IPFire" # Software name
|
||||
SNAME="ipfire" # Short name
|
||||
VERSION="2.2-test" # Version number
|
||||
VERSION="2.2-test"
|
||||
GIT_BRANCH=rspezial:rspezial # Version number
|
||||
SLOGAN="www.ipfire.org" # Software slogan
|
||||
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
||||
NICE=10 # Nice level
|
||||
@@ -897,7 +898,7 @@ git)
|
||||
[ -z $GIT_USER ] && exiterror "You have to setup GIT_USER first."
|
||||
GIT_URL="ssh://${GIT_USER}@git.ipfire.org/pub/git/ipfire-2.x"
|
||||
|
||||
git push ${GIT_URL} master
|
||||
git push ${GIT_URL} ${GIT_BRANCH}
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user