[Pkg-debile-commits] [debile-slave] 39/100: tweaks

Sylvestre Ledru sylvestre at alioth.debian.org
Mon Aug 19 14:53:05 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 cc24fd1b09c70b4518fc2a38cc868017b8a1ffc7
Author: Paul Tagliamonte <tag at pault.ag>
Date:   Tue May 28 23:32:41 2013 -0400

    tweaks
---
 ethel/commands/build.py |    5 ++++-
 skel/ethel.ini          |   12 ++++++++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/ethel/commands/build.py b/ethel/commands/build.py
index fba0673..f06af3f 100644
--- a/ethel/commands/build.py
+++ b/ethel/commands/build.py
@@ -8,5 +8,8 @@ def run(dsc, package, job):
     ftbfs, out, info = sbuild(dsc, suite, arch)
     print(ftbfs, info)
     # fluxbox_1.3.5-1_amd64.changes
-    changes = "{package}_{version}_{arch}.changes"
+    changes = "{source}_{version}_{arch}.changes".format(
+        source=package['source'],
+        version=package['version'],
+        arch=arch)
     upload(changes, job)
diff --git a/skel/ethel.ini b/skel/ethel.ini
new file mode 100644
index 0000000..f874186
--- /dev/null
+++ b/skel/ethel.ini
@@ -0,0 +1,12 @@
+[host]
+port=20017
+host=localhost
+user=loki
+password=password
+dput-host=lucy
+gpg=C1C274ACEA4F7879378DC6960943D06F6CA9F2D8
+keyring=/var/lib/ethel/keyring
+suites=unstable
+#, null
+arches=amd64
+#, null

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