[Pkg-debile-commits] [debile-master] 01/01: Add arch placeholder for incoming source packages

Léo Cavaillé leo.cavaille-guest at alioth.debian.org
Fri Aug 23 15:13:41 UTC 2013


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

leo.cavaille-guest pushed a commit to branch master
in repository debile-master.

commit c4b93dcfcf2d29ad2fff56351dd76f3eb6e68370
Author: Léo Cavaillé <leo at cavaille.net>
Date:   Fri Aug 23 17:13:22 2013 +0200

    Add arch placeholder for incoming source packages
---
 debile/master/incoming.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debile/master/incoming.py b/debile/master/incoming.py
index 1f30696..d81c66c 100644
--- a/debile/master/incoming.py
+++ b/debile/master/incoming.py
@@ -96,6 +96,7 @@ def accept_source(changes, user):
     s = Source( name=changes['source'],
                 version=changes['version'],
                 suite=changes['Distribution'],
+                arch="",  # doubt here, useful ? remove build jobs according to this ?
                 user=owner,
                 maintainer=changes['maintainer'],
                 group=group,

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



More information about the Pkg-debile-commits mailing list