Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos
Commits
05b26832
Commit
05b26832
authored
Jul 13, 2016
by
isaak yansane-sisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no need to clone from repo, use pypi as default. install libgeoip-dev
parent
1aa83a75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
13 deletions
+31
-13
software/anomaly-ids/software.cfg
software/anomaly-ids/software.cfg
+31
-13
No files found.
software/anomaly-ids/software.cfg
View file @
05b26832
...
...
@@ -6,43 +6,61 @@ extends =
../../software/wendelin/software.cfg
parts +=
pyanomaly
cython
pyanomaly-repository
geoip-dev
geoip
geolite2
ipcalc
fluentd
[pyanomaly]
recipe = zc.recipe.egg:develop
egg = pyanomaly
setup = ${pyanomaly-repository:location}
[pyanomaly-repository]
recipe = slapos.recipe.build:gitclone
repository = https://
gitlab-ci-token:r1yfWHUsxsDqW2gkpGSz@lab.nexedi.com/donkey-hotei/POC
.git
repository = https://
lab.nexedi.com/donkey-hotei/pyanomaly
.git
location = ${buildout:parts-directory}/pyanomaly
[geoip]
recipe = zc.recipe.egg
:develop
recipe = zc.recipe.egg
egg = geoip
setup = ${geoip-repository:location}
#
setup = ${geoip-repository:location}
[geolite2]
recipe = zc.recipe.egg
:develop
recipe = zc.recipe.egg
egg = geolite2
setup = ${geoip-repository:location}/geolite2/
#
setup = ${geoip-repository:location}/geolite2/
[geoip-repository]
recipe = slapos.recipe.build:gitclone
repository = https://github.com/mitsuhiko/python-geoip.git
location = ${buildout:parts-directory}/geoip/
[geoip-dev]
recipe = slapos.recipe.cmmi
url = http://http.debian.net/debian/pool/main/g/geoip/geoip_1.6.9.orig.tar.gz
environment =
PATH = ${buildout:parts-directory}/autoconf/bin:%(PATH)s
pre-configure = './bootstrap'
[geoip-dev-repository]
recipe = slapos.recipe.build:gitclone
repository = https://github.com/maxmind/geoip-api-c.git
location = ${buildout:parts-directory}/libgeoipdev
[ipcalc]
recipe = zc.recipe.egg
:develop
recipe = zc.recipe.egg
egg = ipcalc
setup = ${ipcalc-repository:location}
[ipcalc-repository]
recipe = slapos.recipe.build:gitclone
repository = https://github.com/tehmaze/ipcalc.git
location = ${buildout:parts-directory}/ipcalc
[cython]
recipe = zc.recipe.egg
egg = cython
[cython-repository]
recipe = slapos.recipe.build:gitclone
repository = https://github.com/cython/cython
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