Developing lightweight computation at the DSG edge
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Quick Mesh Project
qMp packages
Commits
7525256c
Commit
7525256c
authored
Dec 30, 2017
by
Roger Pueyo Centelles
Browse files
[qmp-{tiny,small,big}-node] Use Git commit short hash in the compiled package filename
parent
c007813d
Changes
4
Hide whitespace changes
Inline
Side-by-side
packages/qmp-big-node/Makefile
View file @
7525256c
...
...
@@ -39,7 +39,7 @@ QMP_BUILDDATE:=$(shell date +%Y%m%d-%H%M)
PKG_NAME
:=
qmp-big-node
PKG_VERSION
:=
$(QMP_RELEASE)
-
$(QMP_PKGRELEASE)
PKG_RELEASE
:=
$(QMP_CODENAME)
PKG_RELEASE
:=
$(QMP_CODENAME)
-
$(QMP_GIT_REV)
PKG_LICENSE
:=
GPL-3.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
...
...
packages/qmp-small-node/Makefile
View file @
7525256c
...
...
@@ -39,7 +39,7 @@ QMP_BUILDDATE:=$(shell date +%Y%m%d-%H%M)
PKG_NAME
:=
qmp-small-node
PKG_VERSION
:=
$(QMP_RELEASE)
-
$(QMP_PKGRELEASE)
PKG_RELEASE
:=
$(QMP_CODENAME)
PKG_RELEASE
:=
$(QMP_CODENAME)
-
$(QMP_GIT_REV)
PKG_LICENSE
:=
GPL-3.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
...
...
packages/qmp-system/Makefile
View file @
7525256c
...
...
@@ -39,7 +39,7 @@ QMP_BUILDDATE:=$(shell date +%Y%m%d-%H%M)
PKG_NAME
:=
qmp-system
PKG_VERSION
:=
$(QMP_RELEASE)
-
$(QMP_PKGRELEASE)
PKG_RELEASE
:=
$(QMP_CODENAME)
PKG_RELEASE
:=
$(QMP_CODENAME)
-
$(QMP_GIT_REV)
PKG_LICENSE
:=
GPL-3.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
...
...
packages/qmp-tiny-node/Makefile
View file @
7525256c
...
...
@@ -39,7 +39,7 @@ QMP_BUILDDATE:=$(shell date +%Y%m%d-%H%M)
PKG_NAME
:=
qmp-tiny-node
PKG_VERSION
:=
$(QMP_RELEASE)
-
$(QMP_PKGRELEASE)
PKG_RELEASE
:=
$(QMP_CODENAME)
PKG_RELEASE
:=
$(QMP_CODENAME)
-
$(QMP_GIT_REV)
PKG_LICENSE
:=
GPL-3.0+
PKG_BUILD_DIR
:=
$(BUILD_DIR)
/
$(PKG_NAME)
...
...
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