[Pkg-debile-commits] [debile-slave] 55/100: update arch

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:08 UTC 2013


This is an automated email from the git hooks/post-receive script.

sylvestre pushed a commit to branch master
in repository debile-slave.

commit a1b3ca5e9f3710934eb1bb4a99b24b26a40f68a4
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Sun Jun 2 00:08:20 2013 -0400

    update arch
---
 ethel/commands/adequate.py |    1 +
 ethel/commands/piuparts.py |    1 +
 2 files changed, 2 insertions(+)

diff --git a/ethel/commands/adequate.py b/ethel/commands/adequate.py
index 746e38a..64961ca 100644
--- a/ethel/commands/adequate.py
+++ b/ethel/commands/adequate.py
@@ -8,6 +8,7 @@ def run(debs, package, job, firehose):
 
     config = load()
     all_arch = config['all-arch']
+    arch = package['arch']
     if package['arch'] == 'all':
         arch = all_arch
 
diff --git a/ethel/commands/piuparts.py b/ethel/commands/piuparts.py
index 348c978..87052c5 100644
--- a/ethel/commands/piuparts.py
+++ b/ethel/commands/piuparts.py
@@ -8,6 +8,7 @@ def run(debs, package, job, firehose):
 
     config = load()
     all_arch = config['all-arch']
+    arch = package['arch']
     if package['arch'] == 'all':
         arch = all_arch
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-debile/debile-slave.git



More information about the Pkg-debile-commits mailing list