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
87c6c2e5
Commit
87c6c2e5
authored
Nov 15, 2018
by
zCaesar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add redis
parent
21d693f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
authhook/Makefile
+8
-8
authhook/auth_on_register.js
+1
-1
No files found.
authhook/Makefile
View file @
87c6c2e5
...
...
@@ -6,7 +6,7 @@ define MAKEFUNCTIONCODE
# old version, just track uncommited + untracked files
# test -n "$$(git status -s .)"
# expect 1 to be normal so the untracked file .make-funcition will be ignored
test
1
-ne
"$$(git status -s . | wc -l
)"
test
0
-ne
"$$(git status -s . | sed -e '/.make-function/d' | wc -l
)"
}
function
getRelease()
{
...
...
@@ -117,13 +117,13 @@ build: init pre-build docker-build post-build
pre-build
:
post-build
:
#
@rm .make-function
@
rm .make-function
post-push
:
#
@rm .make-function
@
rm .make-function
post-init
:
#
@rm .make-function
@
rm .make-function
docker-build
:
docker build
-t
$(IMAGE)
:
$(VERSION)
.
...
...
@@ -149,11 +149,11 @@ snapshot: build push
show-tag
:
init release.conf
@
.
$(RELEASE_SUPPORT)
;
getVersion
#
@rm .make-function
@
rm .make-function
showtag
:
init release.conf
@
.
$(RELEASE_SUPPORT)
;
getVersion
#
@rm .make-function
@
rm .make-function
tag-patch-release
:
init
VERSION :
=
$(
shell
.
$(RELEASE_SUPPORT)
;
nextPatchLevel
)
...
...
@@ -187,7 +187,7 @@ tag: check-status
check-status
:
init
@
.
$(RELEASE_SUPPORT)
;
!
hasChanges
||
(
echo
"ERROR: there are still outstanding changes"
>
&2
)
;
#
@rm .make-function
@
rm .make-function
check-release
:
init release.conf post-init
@
.
$(RELEASE_SUPPORT)
;
tagExists
$(TAG)
||
(
echo
"ERROR: version not yet tagged in git. make [minor,major,patch]-release."
>
&2
&&
exit
1
)
;
...
...
@@ -196,7 +196,7 @@ check-release: init release.conf post-init
update-make
:
init
@
rm Makefile
wget https://dev.nexpie.com/sample/docker-makefile-sample/raw/master/Makefile
#
@rm .make-function
@
rm .make-function
make-version
:
@
echo
$(MAKE_VERSION)
authhook/auth_on_register.js
View file @
87c6c2e5
...
...
@@ -109,7 +109,7 @@ module.exports = function (options = {}) {
console
.
log
(
'redis:status: '
+
status
)
res
.
send
({
"result"
:
status
?
"ok"
:
"no"
});
});
})
// const util = require('util')
// console.log(util.inspect(status, false, null, true))
...
...
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