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
3d3517d7
Commit
3d3517d7
authored
Jan 02, 2018
by
Roger Pueyo Centelles
Browse files
[qmp-system] Make release info and banner more clear
parent
f150ea69
Changes
2
Hide whitespace changes
Inline
Side-by-side
packages/qmp-system/Makefile
View file @
3d3517d7
...
...
@@ -91,7 +91,7 @@ define Package/qmp-system/install
echo
"QMP_BRANCH=$(QMP_GIT_BRANCH)"
>>
$(1)/etc/qmp/qmp.release
echo
"QMP_REVISION=$(QMP_GIT_REV)"
>>
$(1)/etc/qmp/qmp.release
echo
"QMP_BUILDDATE=$(QMP_BUILDDATE)"
>>
$(1)/etc/qmp/qmp.release
echo
"QMP_DESCRIPTION=\"qMp $(QMP_CODENAME) $(QMP_RELEASE), $(QMP_GIT_BRANCH) rev.$(QMP_GIT_REV)-$(QMP_BUILDDATE)\""
>>
$(1)/etc/qmp/qmp.release
echo
"QMP_DESCRIPTION=\"qMp $(QMP_CODENAME) $(QMP_RELEASE),
branch
$(QMP_GIT_BRANCH) rev.$(QMP_GIT_REV)-$(QMP_BUILDDATE)\""
>>
$(1)/etc/qmp/qmp.release
endef
$(eval
$(call
BuildPackage,qmp-system))
packages/qmp-system/files/etc/uci-defaults/qmp_banner
View file @
3d3517d7
...
...
@@ -2,8 +2,7 @@
cat
/etc/qmp/qmp.banner
>>
/etc/banner
echo
" ---------------------------------------------------"
>>
/etc/banner
echo
" qMp
$
COD
(
$REL
,
$BRANCH
rev.
$REV
-
$DATE
)"
>>
/etc/banner
echo
" qMp
$
REL
$COD
(branch
$BRANCH
rev.
$REV
-
$DATE
)"
>>
/etc/banner
echo
" ---------------------------------------------------"
>>
/etc/banner
echo
" http://dev.qmp.cat/projects/qmp/repository/show?branch=
$BRANCH
&rev=
$REV
"
>>
/etc/banner
echo
" ---------------------------------------------------"
>>
/etc/banner
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