Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vernemq
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
stack
vernemq
Commits
09e97312
Commit
09e97312
authored
Sep 16, 2018
by
Chavee Issariyapat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename make showver to showtag
parent
8a23e950
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
Makefile
+3
-2
authhook/Makefile
+3
-2
No files found.
Makefile
View file @
09e97312
...
@@ -106,7 +106,7 @@ TAG=$(shell . $(RELEASE_SUPPORT); getTag)
...
@@ -106,7 +106,7 @@ TAG=$(shell . $(RELEASE_SUPPORT); getTag)
RELEASE_SUPPORT
:=
$(
shell
dirname
$
(
abspath
$
(
lastword
$(MAKEFILE_LIST))))
/.make-function
RELEASE_SUPPORT
:=
$(
shell
dirname
$
(
abspath
$
(
lastword
$(MAKEFILE_LIST))))
/.make-function
export
MAKEFUNCTIONCODE
export
MAKEFUNCTIONCODE
.PHONY
:
pre-build docker-build post-build build release patch-release minor-release major-release tag check-status check-release show
ver
\
.PHONY
:
pre-build docker-build post-build build release patch-release minor-release major-release tag check-status check-release show
tag
\
push do-push post-push post-init
push do-push post-push post-init
init
:
init
:
...
@@ -147,8 +147,9 @@ do-push:
...
@@ -147,8 +147,9 @@ do-push:
snapshot
:
build push
snapshot
:
build push
show
ver
:
init release.conf
show
tag
:
init release.conf
@
.
$(RELEASE_SUPPORT)
;
getVersion
@
.
$(RELEASE_SUPPORT)
;
getVersion
@
rm .make-function
tag-patch-release
:
init
tag-patch-release
:
init
VERSION :
=
$(
shell
.
$(RELEASE_SUPPORT)
;
nextPatchLevel
)
VERSION :
=
$(
shell
.
$(RELEASE_SUPPORT)
;
nextPatchLevel
)
...
...
authhook/Makefile
View file @
09e97312
...
@@ -106,7 +106,7 @@ TAG=$(shell . $(RELEASE_SUPPORT); getTag)
...
@@ -106,7 +106,7 @@ TAG=$(shell . $(RELEASE_SUPPORT); getTag)
RELEASE_SUPPORT
:=
$(
shell
dirname
$
(
abspath
$
(
lastword
$(MAKEFILE_LIST))))
/.make-function
RELEASE_SUPPORT
:=
$(
shell
dirname
$
(
abspath
$
(
lastword
$(MAKEFILE_LIST))))
/.make-function
export
MAKEFUNCTIONCODE
export
MAKEFUNCTIONCODE
.PHONY
:
pre-build docker-build post-build build release patch-release minor-release major-release tag check-status check-release show
ver
\
.PHONY
:
pre-build docker-build post-build build release patch-release minor-release major-release tag check-status check-release show
tag
\
push do-push post-push post-init
push do-push post-push post-init
init
:
init
:
...
@@ -147,8 +147,9 @@ do-push:
...
@@ -147,8 +147,9 @@ do-push:
snapshot
:
build push
snapshot
:
build push
show
ver
:
init release.conf
show
tag
:
init release.conf
@
.
$(RELEASE_SUPPORT)
;
getVersion
@
.
$(RELEASE_SUPPORT)
;
getVersion
@
rm .make-function
tag-patch-release
:
init
tag-patch-release
:
init
VERSION :
=
$(
shell
.
$(RELEASE_SUPPORT)
;
nextPatchLevel
)
VERSION :
=
$(
shell
.
$(RELEASE_SUPPORT)
;
nextPatchLevel
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment