This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from foglamp/1.6.0RC
1.6.0RC to master
- Loading branch information
Showing
10 changed files
with
248 additions
and
130 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# IDE | ||
*.idea | ||
|
||
# Build | ||
packages/build/ | ||
|
||
# Compiled Object files | ||
*.pyc | ||
|
||
# Test | ||
.pytest_cache |
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 @@ | ||
FogLAMP South Roxtec plugin for Transit service |
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,26 @@ | ||
# A set of variables that define how we package this repository | ||
# | ||
plugin_name=roxtec | ||
plugin_type=south | ||
plugin_install_dirname=${plugin_name} | ||
|
||
# Now build up the runtime requirements list. This has 3 components | ||
# 1. Generic packages we depend on in all architectures and package managers | ||
# 2. Architecture specific packages we depend on | ||
# 3. Package manager specific packages we depend on | ||
requirements="foglamp" | ||
|
||
case "$arch" in | ||
x86_64) | ||
;; | ||
armhf) | ||
;; | ||
aarch64) | ||
;; | ||
esac | ||
case "$package_manager" in | ||
deb) | ||
;; | ||
rpm) | ||
;; | ||
esac |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
foglamp_south_roxtec_version=1.0.0 | ||
foglamp_version>=1.3 | ||
foglamp_south_roxtec_version=1.6.0 | ||
foglamp_version>=1.6 |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.