diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2022-04-11 21:39:23 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2022-04-11 21:39:23 -0700 |
commit | caa831a3881edc60e4f8e0a65793f798c0762c1c (patch) | |
tree | 653ef1e4c11b0d11d416c3334d99197f20051735 | |
parent | sync-osuosl-mirror: rename from sync-masterdistfiles-mirror to be clear about... (diff) | |
download | mastermirror-scripts-caa831a3881edc60e4f8e0a65793f798c0762c1c.tar.gz mastermirror-scripts-caa831a3881edc60e4f8e0a65793f798c0762c1c.tar.bz2 mastermirror-scripts-caa831a3881edc60e4f8e0a65793f798c0762c1c.zip |
Makefile: add tag helper
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8fb0e3e --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +all: +tag: + git tag -s $(shell date +%Y%m%dT%H%M%SZ -u) |