mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Removing debugging output from script.
This commit is contained in:
parent
ffe6fcf2a7
commit
2b2a8d527f
3 changed files with 6 additions and 4 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
1.6-dev.223 Tue Jul 19 19:10:36 PDT 2011
|
||||
|
||||
- Adding a script to update CHANGES and VERSION. (Robin Sommer)
|
||||
|
||||
1.6-dev.218 Tue Jul 19 18:16:44 PDT 2011
|
||||
|
||||
- Comprehensive policy script overhaul/rewrite. (Seth Hall)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.6-dev.218
|
||||
1.6-dev.223
|
||||
|
|
|
@ -25,8 +25,6 @@ function my_describe
|
|||
last_tag_rev="<norev>"
|
||||
|
||||
for i in `git rev-list --first-parent $rev`; do
|
||||
echo $d >&2 git describe --exact-match $i
|
||||
|
||||
tag=`git describe --exact-match $i 2>/dev/null`;
|
||||
if [ "$tag" != "" ]; then
|
||||
last_tag="$tag"
|
||||
|
@ -121,7 +119,7 @@ last=`cat $changes | awk '{print $1}' | egrep '[0-9]+\.[0-9]+' | head -1 | sed '
|
|||
not_last_rev=""
|
||||
for i in `git rev-list --first-parent HEAD`; do
|
||||
descr=`normed_describe $i`
|
||||
# echo "### debug: $i $descr $last"
|
||||
#echo "### debug: $i $descr $last"
|
||||
echo -n .
|
||||
if [ "$descr" == "$last" ]; then
|
||||
not_last_rev="^$i"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue