makedist snapshot name fix.

git-svn-id: file:///svn/unbound/trunk@1402 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-12-18 14:20:11 +00:00
parent 1bdf2b2b6a
commit 12aae4fd6f
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
- ldns tarball updated with 1.4.1rc for DLV unit test. - ldns tarball updated with 1.4.1rc for DLV unit test.
- verbose prints about recursion lame detection and server selection. - verbose prints about recursion lame detection and server selection.
- fixup BSD port for infra host storage. It hashed wrongly. - fixup BSD port for infra host storage. It hashed wrongly.
- fixup makedist snapshot name generation.
17 December 2008: Wouter 17 December 2008: Wouter
- follows ldns makedist.sh. -rc option. autom4te dir removed. - follows ldns makedist.sh. -rc option. autom4te dir removed.

View file

@ -227,7 +227,7 @@ fi
if [ "$SNAPSHOT" = "yes" ]; then if [ "$SNAPSHOT" = "yes" ]; then
info "Building Unbound snapshot." info "Building Unbound snapshot."
version2="$version_`date +%Y%m%d`" version2="${version}_`date +%Y%m%d`"
info "Snapshot version number: $version2" info "Snapshot version number: $version2"
replace_text "configure.ac" "AC_INIT(unbound, $version" "AC_INIT(unbound, $version2" replace_text "configure.ac" "AC_INIT(unbound, $version" "AC_INIT(unbound, $version2"