blob: ecd21d65e428070f3d8c76efbc62a9169715e263 (
plain)
1
2
3
4
5
6
7
|
all:
tag:
git tag -s $(shell date +%Y%m%dT%H%M%SZ -u)
# This is a helper for infra
update-puppet-to-tag:
sed -i -e "/.revision = /s/20.*[0-9]Z/$(shell git tag |grep 20 |tail -n1)/" ../puppet/dist/mirrors/manifests/scripts.pp
|