mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
Add datetag target
This commit is contained in:
parent
5e84e8719a
commit
48f1a6cb57
4
Makefile
4
Makefile
@ -110,3 +110,7 @@ aptcache:
|
|||||||
./tools/aptcache_linux_amd64 \
|
./tools/aptcache_linux_amd64 \
|
||||||
-rule 'local=localhost:65432, remote=ftp.jaist.ac.jp' \
|
-rule 'local=localhost:65432, remote=ftp.jaist.ac.jp' \
|
||||||
-rule 'local=localhost:65433, remote=security.debian.org'
|
-rule 'local=localhost:65433, remote=security.debian.org'
|
||||||
|
|
||||||
|
.PHONY:
|
||||||
|
datetag:
|
||||||
|
git tag $(shell ./tools/version)
|
||||||
|
Loading…
Reference in New Issue
Block a user