Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffho-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Freifunk Hochstift
ffho-packages
Commits
2db3f202
Commit
2db3f202
authored
9 years ago
by
Michael Schwarz
Committed by
Karsten Böddeker
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Show site_name in alfred data
parent
e100abf0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ffpb/ffpb-alfred-config/Makefile
+39
-0
39 additions, 0 deletions
ffpb/ffpb-alfred-config/Makefile
ffpb/ffpb-alfred-config/files/lib/gluon/announce/nodeinfo.d/system/site_name
+3
-0
3 additions, 0 deletions
...nfig/files/lib/gluon/announce/nodeinfo.d/system/site_name
with
42 additions
and
0 deletions
ffpb/ffpb-alfred-config/Makefile
0 → 100644
+
39
−
0
View file @
2db3f202
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
ffpb-alfred-config
PKG_VERSION
:=
1
PKG_RELEASE
:=
$(
GLUON_VERSION
)
.
$(
GLUON_SITE_CODE
)
-
$(
GLUON_RELEASE
)
.
$(
GLUON_CONFIG_VERSION
)
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
include
$(INCLUDE_DIR)/package.mk
define
Package/ffpb-alfred-config
SECTION
:=
ffpb
CATEGORY
:=
workarounds
TITLE
:=
Additional A.L.F.R.E.D. config files
DEPENDS
:=
+busybox
MAINTAINER
:=
Freifunk Paderborn <maschinenraum@paderborn.freifunk.net>
URL
:=
https://git.c3pb.de/freifunk-pb/ffpb-packages
SOURCE
:=
git@git.c3pb.de:freifunk-pb/ffpb-packages.git
endef
define
Package/ffpb-alfred-config/description
This
package
contains
additional
config
files
for
A.L.F.R.E.D.
endef
define
Build/Prepare
endef
define
Build/Configure
endef
define
Build/Compile
endef
define
Package/ffpb-alfred-config/install
$(INSTALL_DIR)
$(1)/lib/gluon/announce/nodeinfo.d/system
$(INSTALL_DATA)
./files/lib/gluon/announce/nodeinfo.d/system/*
$(1)/lib/gluon/announce/nodeinfo.d/system/
endef
$(
eval
$(
call BuildPackage,ffpb-alfred-config
))
This diff is collapsed.
Click to expand it.
ffpb/ffpb-alfred-config/files/lib/gluon/announce/nodeinfo.d/system/site_name
0 → 100644
+
3
−
0
View file @
2db3f202
local site = require 'gluon.site_config'
return site.site_name
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment