mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
Back out use of 'snapshot' syntax to kit.sh.
This commit is contained in:
11
util/bind.sh
11
util/bind.sh
@@ -14,7 +14,7 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: bind.sh,v 1.11 2010/06/02 22:18:41 dhankins Exp $
|
# $Id: bind.sh,v 1.12 2010/06/03 16:25:33 dhankins Exp $
|
||||||
|
|
||||||
# Get the bind distribution for the libraries
|
# Get the bind distribution for the libraries
|
||||||
# This script is used to build the DHCP distribution and shouldn't be shipped
|
# This script is used to build the DHCP distribution and shouldn't be shipped
|
||||||
@@ -34,8 +34,13 @@ case $# in
|
|||||||
### build with BIND9 HEAD for the relevant branch we would release
|
### build with BIND9 HEAD for the relevant branch we would release
|
||||||
### with.
|
### with.
|
||||||
###
|
###
|
||||||
v4_2) SNAP=snapshot BINDTAG=v9_7 ;;
|
### XXX: We can't use the 'snapshot' syntax right now because kit.sh
|
||||||
HEAD|v[0-9]_[0-9].*) SNAP=snapshot BINDTAG=HEAD ;;
|
### pulls the version.tmp off the branch name, and then stores a
|
||||||
|
### tarball with vastly different values. So the version.tmp can not
|
||||||
|
### be used to chdir down into the directory that is unpacked.
|
||||||
|
###
|
||||||
|
v4_2) noSNAP=snapshot BINDTAG=v9_7 ;;
|
||||||
|
HEAD|v[0-9]_[0-9].*) noSNAP=snapshot BINDTAG=HEAD ;;
|
||||||
###
|
###
|
||||||
### For ease of use, this records the sticky tag of versions
|
### For ease of use, this records the sticky tag of versions
|
||||||
### released with each point release.
|
### released with each point release.
|
||||||
|
Reference in New Issue
Block a user