Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/centos-7/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
make clean
REPOS="autobuilds"

git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
if [[ $? -eq 0 ]]; then
REPOS="stable autobuilds"
fi
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-bookworm/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
make clean
REPOS="autobuilds"

git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
if [[ $? -eq 0 ]]; then
REPOS="stable autobuilds"
fi
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-bullseye/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
make clean
REPOS="autobuilds"

git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
if [[ $? -eq 0 ]]; then
REPOS="stable autobuilds"
fi
Expand Down
2 changes: 1 addition & 1 deletion docker/debian-trixie/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
make clean
REPOS="autobuilds"

git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
if [[ $? -eq 0 ]]; then
REPOS="stable autobuilds"
fi
Expand Down
2 changes: 1 addition & 1 deletion docker/rockylinux-8/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
make clean
REPOS="autobuilds"

git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
if [[ $? -eq 0 ]]; then
REPOS="stable autobuilds"
fi
Expand Down
2 changes: 1 addition & 1 deletion docker/rockylinux-9/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
make clean
REPOS="autobuilds"

git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
if [[ $? -eq 0 ]]; then
REPOS="stable autobuilds"
fi
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-1804/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
make clean
REPOS="autobuilds"

git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
if [[ $? -eq 0 ]]; then
REPOS="stable autobuilds"
fi
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-2004/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
make clean
REPOS="autobuilds"

git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
if [[ $? -eq 0 ]]; then
REPOS="stable autobuilds"
fi
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-2204/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
make clean
REPOS="autobuilds"

git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(\-patch[0-9]\+)\?\)\?$'
git describe --abbrev=6 --dirty --always --tags | grep -q '^v[0-9]\+\.[0-9]\+\(\.[0-9]\+\(-patch[0-9]\+\)\?\)\?$'
if [[ $? -eq 0 ]]; then
REPOS="stable autobuilds"
fi
Expand Down
2 changes: 1 addition & 1 deletion docker/ubuntu-2404/pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pushd ~/go/src/github.com/go-graphite/"${1}/"
make clean
REPOS="autobuilds"

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