commit: 69cf81942d152c5ce4a81f3ab3dce7ad6da82e95
Author: Alex Legler <a3li <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 17:11:19 2011 +0000
Commit: Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Tue May 17 17:11:19 2011 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/security.git;a=commit;h=69cf8194
New target tool
svn path=/; revision=2227
---
bin/liaisons.py | 3 +++
bin/liaisons.rb | 12 ++++++++++++
bin/{target => target-old} | 0
3 files changed, 15 insertions(+)
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
similarity index 100%
rename from bin/target
rename to bin/target-old