Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.cmdline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
beat
beat.cmdline
Commits
f9d45527
There was a problem fetching the pipeline summary.
Commit
f9d45527
authored
8 years ago
by
Philip ABBET
Browse files
Options
Downloads
Patches
Plain Diff
[buildout] Fix the dependencies URL
parent
6ea84aa3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildout.cfg
+2
-11
2 additions, 11 deletions
buildout.cfg
with
2 additions
and
11 deletions
buildout.cfg
+
2
−
11
View file @
f9d45527
...
...
@@ -13,17 +13,8 @@ eggs = beat.cmdline
ipdb
[sources]
beat.core
=
git git@gitlab.idiap.ch:beat/beat.core branch=docker
beat.backend.python
=
git git@gitlab.idiap.ch:beat/beat.backend.python
cpulimit
=
git https://github.com/opsengine/cpulimit rev=v0.2 egg=false
[cpulimit]
recipe
=
collective.recipe.cmd
cmds
=
make -C src/cpulimit
cd
bin
&&
ln
-s
../src/cpulimit/src/cpulimit
&&
cd
..
uninstall_cmds
=
rm -f bin/cpulimit
on_install
=
true
on_update
=
true
beat.core
=
git https://gitlab.idiap.ch/beat/beat.core branch=docker
beat.backend.python
=
git https://gitlab.idiap.ch/beat/beat.backend.python
[scripts]
recipe
=
bob.buildout:scripts
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