release for 1.0.8
This commit is contained in:
@@ -73,7 +73,7 @@ pre-build-deb(){
|
|||||||
mkdir -p ${DebSystemdDir}
|
mkdir -p ${DebSystemdDir}
|
||||||
fi
|
fi
|
||||||
sed -i "s/YYYYMMDD/${RelDate}/" ${BuildDockerDir}/env/wfc-release
|
sed -i "s/YYYYMMDD/${RelDate}/" ${BuildDockerDir}/env/wfc-release
|
||||||
git update-index --assume-unchanged ${BuildDockerDir}/env/wfc-release
|
--assume-unchanged ${BuildDockerDir}/env/wfc-release
|
||||||
}
|
}
|
||||||
|
|
||||||
build-extras(){
|
build-extras(){
|
||||||
@@ -203,6 +203,7 @@ post-build(){
|
|||||||
# mv -f ${TmpEnvFile} ${BuildDockerDir}/.env
|
# mv -f ${TmpEnvFile} ${BuildDockerDir}/.env
|
||||||
# fi
|
# fi
|
||||||
git checkout ${BuildDockerDir}/env/wfc-release
|
git checkout ${BuildDockerDir}/env/wfc-release
|
||||||
|
git update-index --no-assume-unchanged ${BuildDockerDir}/env/wfc-release
|
||||||
}
|
}
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Package=WFC
|
Package=WFC
|
||||||
RelVersion=1.0.7
|
RelVersion=1.0.8
|
||||||
Architecture=amd64
|
Architecture=amd64
|
||||||
Description='WANFi Control and Billing System'
|
Description='WANFi Control and Billing System'
|
||||||
|
|||||||
4
build/docker/env/wfc-release
vendored
4
build/docker/env/wfc-release
vendored
@@ -1,5 +1,5 @@
|
|||||||
NAME="wfc"
|
NAME="wfc"
|
||||||
VERSION="1.0.7-YYYYMMDD"
|
VERSION="1.0.8-YYYYMMDD"
|
||||||
ID="wfc"
|
ID="wfc"
|
||||||
VERSION_ID="1.0.7"
|
VERSION_ID="1.0.8"
|
||||||
DESCRIPTION="WANFi Control and Billing System"
|
DESCRIPTION="WANFi Control and Billing System"
|
||||||
Reference in New Issue
Block a user