Skip to content

Commit b8d620e

Browse files
committed
Fixing #10
1 parent b75121a commit b8d620e

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

docker/centos-7/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
2929
make clean
3030
REPOS="autobuilds"
3131

32-
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
32+
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
3333
if [[ $? -eq 0 ]]; then
3434
REPOS="stable autobuilds"
3535
fi

docker/debian-bookworm/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
2929
make clean
3030
REPOS="autobuilds"
3131

32-
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
32+
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
3333
if [[ $? -eq 0 ]]; then
3434
REPOS="stable autobuilds"
3535
fi

docker/debian-bullseye/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
2929
make clean
3030
REPOS="autobuilds"
3131

32-
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
32+
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
3333
if [[ $? -eq 0 ]]; then
3434
REPOS="stable autobuilds"
3535
fi

docker/debian-trixie/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
2929
make clean
3030
REPOS="autobuilds"
3131

32-
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
32+
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
3333
if [[ $? -eq 0 ]]; then
3434
REPOS="stable autobuilds"
3535
fi

docker/rockylinux-8/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
2929
make clean
3030
REPOS="autobuilds"
3131

32-
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
32+
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
3333
if [[ $? -eq 0 ]]; then
3434
REPOS="stable autobuilds"
3535
fi

docker/rockylinux-9/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
2929
make clean
3030
REPOS="autobuilds"
3131

32-
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
32+
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
3333
if [[ $? -eq 0 ]]; then
3434
REPOS="stable autobuilds"
3535
fi

docker/ubuntu-1804/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
2929
make clean
3030
REPOS="autobuilds"
3131

32-
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
32+
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
3333
if [[ $? -eq 0 ]]; then
3434
REPOS="stable autobuilds"
3535
fi

docker/ubuntu-2004/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
2929
make clean
3030
REPOS="autobuilds"
3131

32-
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
32+
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
3333
if [[ $? -eq 0 ]]; then
3434
REPOS="stable autobuilds"
3535
fi

docker/ubuntu-2204/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
2929
make clean
3030
REPOS="autobuilds"
3131

32-
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
32+
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
3333
if [[ $? -eq 0 ]]; then
3434
REPOS="stable autobuilds"
3535
fi

docker/ubuntu-2404/pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
2929
make clean
3030
REPOS="autobuilds"
3131

32-
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
32+
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
3333
if [[ $? -eq 0 ]]; then
3434
REPOS="stable autobuilds"
3535
fi

0 commit comments

Comments
 (0)