diff options
author | Alex Legler <a3li@gentoo.org> | 2011-05-17 17:11:19 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2011-05-17 17:11:19 +0000 |
commit | 69cf81942d152c5ce4a81f3ab3dce7ad6da82e95 (patch) | |
tree | 997f264e80185deed2d720282bfc93683e112983 | |
parent | bug numbers, NFU (diff) | |
download | security-69cf81942d152c5ce4a81f3ab3dce7ad6da82e95.tar.gz security-69cf81942d152c5ce4a81f3ab3dce7ad6da82e95.tar.bz2 security-69cf81942d152c5ce4a81f3ab3dce7ad6da82e95.zip |
New target tool
svn path=/; revision=2227
-rw-r--r-- | bin/liaisons.py | 3 | ||||
-rw-r--r-- | bin/liaisons.rb | 12 | ||||
-rwxr-xr-x | bin/target-old (renamed from bin/target) | 0 |
3 files changed, 15 insertions, 0 deletions
diff --git a/bin/liaisons.py b/bin/liaisons.py index 731babc..a6a3c26 100644 --- a/bin/liaisons.py +++ b/bin/liaisons.py @@ -1,3 +1,6 @@ +# this file is used by 'target-old' +# you should update liaisons.rb as well! + liaisons = { 'alpha' : ['armin76', 'klausman', ], 'amd64' : ['keytoaster', 'chainsaw', ], diff --git a/bin/liaisons.rb b/bin/liaisons.rb new file mode 100644 index 0000000..0d49ee3 --- /dev/null +++ b/bin/liaisons.rb @@ -0,0 +1,12 @@ +# this file is used by target + +@liaisons = { + 'alpha' => ['armin76', 'klausman', ], + 'amd64' => ['keytoaster', 'chainsaw', ], + 'hppa' => ['jer', ], + 'ppc' => ['josejx', 'ranger', ], + 'ppc64' => ['josejx', 'ranger', ], + 'sparc' => ['armin76', 'tcunha', ], + 'x86' => ['fauli', 'maekke', ], + 'release'=> ['pva', ] +} diff --git a/bin/target b/bin/target-old index 4613abb..4613abb 100755 --- a/bin/target +++ b/bin/target-old |