-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verbesserte Reboot-Seite und Kontakt-Bezeichnung
- Loading branch information
Showing
3 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# This file allows specifying additional repositories to use | ||
# when building gluon. | ||
|
||
# for each feed name given, add the corresponding PACKAGES_* lines | ||
GLUON_SITE_FEEDS='ffhh' | ||
|
||
# the git repository from where to clone the package feed | ||
PACKAGES_FFHH_REPO=git://github.com/freifunkhamburg/ffhh-packages.git | ||
|
||
# the version/commit of the git repository to clone | ||
PACKAGES_FFHH_COMMIT=c9d083f52384c2a52c303924de3960705c7c945b | ||
|
||
# the branch to check out | ||
PACKAGES_FFHH_BRANCH=master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters