mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-19 21:39:13 +00:00
Fix typo: rename current_torsock_version to current_torsocks_version.
This commit is contained in:
parent
cf419a7d48
commit
3434863f10
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -3,7 +3,7 @@
|
||||||
LAST_TOR_VERSION = $(shell bash last_tor_version.sh)
|
LAST_TOR_VERSION = $(shell bash last_tor_version.sh)
|
||||||
LAST_TORSOCKS_VERSION = $(shell bash last_torsocks_version.sh)
|
LAST_TORSOCKS_VERSION = $(shell bash last_torsocks_version.sh)
|
||||||
TOR_VERSION = $(shell cat current_tor_version)
|
TOR_VERSION = $(shell cat current_tor_version)
|
||||||
TORSOCKS_VERSION = $(shell cat current_torsock_version)
|
TORSOCKS_VERSION = $(shell cat current_torsocks_version)
|
||||||
CUR_COMMIT = $(shell git rev-parse --short HEAD)
|
CUR_COMMIT = $(shell git rev-parse --short HEAD)
|
||||||
CUR_TAG = v$(TOR_VERSION)-$(CUR_COMMIT)
|
CUR_TAG = v$(TOR_VERSION)-$(CUR_COMMIT)
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ tag:
|
||||||
|
|
||||||
update_tor_version:
|
update_tor_version:
|
||||||
echo $(LAST_TOR_VERSION) > current_tor_version
|
echo $(LAST_TOR_VERSION) > current_tor_version
|
||||||
echo $(LAST_TORSOCKS_VERSION) > current_torsock_version
|
echo $(LAST_TORSOCKS_VERSION) > current_torsocks_version
|
||||||
|
|
||||||
release: test tag
|
release: test tag
|
||||||
git push origin --tags
|
git push origin --tags
|
||||||
|
|
Loading…
Add table
Reference in a new issue