Skip to content

Commit 7c07b02

Browse files
committed
Merge pull request #636 from jcftang/wip-bcfg2
bcfg2: Initial add of bcfg2 configuration management
2 parents 0aba1f9 + bd678b9 commit 7c07b02

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

pkgs/bcfg2.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
extends: [setuptools_package]
2+
3+
dependencies:
4+
build: [ lockfile, lxml, python-daemon ]
5+
run: [ lockfile, lxml, python-daemon ]
6+
7+
sources:
8+
- url: https://pypi.python.org/packages/source/B/Bcfg2/Bcfg2-1.3.4.tar.gz
9+
key: tar.gz:kj3my2z3tqtj45fpnje7nuo4gy4iy2du

pkgs/lockfile.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
extends: [setuptools_package]
2+
3+
sources:
4+
- url: https://pypi.python.org/packages/source/l/lockfile/lockfile-0.10.2.tar.gz
5+
key: tar.gz:tzbcklyx2hoyt3rrorpayt56lcdcyjiu

pkgs/python-daemon.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
extends: [setuptools_package]
2+
3+
dependencies:
4+
build: [docutils]
5+
6+
sources:
7+
- url: https://pypi.python.org/packages/source/p/python-daemon/python-daemon-2.0.5.tar.gz
8+
key: tar.gz:v7pe7jbt3fgqa4qg5yy2bfa5kw26wizk

0 commit comments

Comments
 (0)