diff options
-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 |