annotate development versions as PLUGIN_DEVEL, idea by @fabianfrz

This commit is contained in:
Franco Fichtner 2017-03-14 06:53:43 +01:00
parent 3dac746b20
commit a6c1dc9ee0
2 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,8 @@
PLUGIN_NAME= monit
PLUGIN_VERSION= 0.1
PLUGIN_COMMENT= Proactive system monitoring
PLUGIN_MAINTAINER= frank.brendel@eurolog.com
PLUGIN_DEPENDS= monit
PLUGIN_NAME= monit
PLUGIN_VERSION= 0.1
PLUGIN_COMMENT= Proactive system monitoring
PLUGIN_MAINTAINER= frank.brendel@eurolog.com
PLUGIN_DEPENDS= monit
PLUGIN_DEVEL= yes
.include "../../Mk/plugins.mk"

View file

@ -3,5 +3,6 @@ PLUGIN_VERSION= 0.3
PLUGIN_COMMENT= Add SSO Active Directory to use in Proxy
PLUGIN_DEPENDS= msktutil
PLUGIN_MAINTAINER= gitdevmod@github.com
PLUGIN_DEVEL= yes
.include "../../Mk/plugins.mk"