Package: rebuildd
Version: 0.3.3
Severity: serious
Tags: patch

Hello,

I just had my first contact with rebuildd, however I had problems
getting it to actually do something.

This
[EMAIL PROTECTED]>  job add cd-discid 0.9-1 normal sid
I: job added
[EMAIL PROTECTED]> job reload
I: 1 new jobs added
[EMAIL PROTECTED]> job start
I: 1 jobs started

results in
---------------------------
Automatic build of cd-discid_0.9-1 on argenau for sid/i386 by rebuildd 0.3.3
Build started at 2008-06-12 18:58:50.220670
******************************************************************************
Reading package lists...
Building dependency tree...
Reading state information...
Need to get 13.9kB of source archives.
Get:1 ftp://ftp.at.debian.org sid/main cd-discid 0.9-1 (dsc) [593B]
Get:2 ftp://ftp.at.debian.org sid/main cd-discid 0.9-1 (tar) [11.2kB]
Get:3 ftp://ftp.at.debian.org sid/main cd-discid 0.9-1 (diff) [2080B]
Fetched 13.9kB in 0s (17.6kB/s)
Download complete and in download only mode
W: /root/.pbuilderrc does not exist
Command line parameter [$p_0.9-1.dsc] is not a valid .dsc file name
******************************************************************************
Finished with status BUILD_FAILED at 2008-06-12 18:58:55.268057
Build needed 0:00:05.047387
---------------------------

Changing 
build_cmd = pbuilder build --basetgz /var/cache/pbuilder/$d-$a.tgz $p_$v.dsc
to
build_cmd = pbuilder build --basetgz /var/cache/pbuilder/$d-$a.tgz ${p}_$v.dsc
seems to have word for me.

thanks, cu andreas

ii  lsb-base       3.2-12         Linux Standard Base 3.2 init script function
ii  pbuilder       0.181          personal package builder for Debian packages
ii  python         2.5.2-1        An interactive high-level object-oriented la
ii  python-apt     0.7.5          Python interface to libapt-pkg
ii  python-sqlobje 0.10.2-1       Python module for SQLObject
ii  python-support 0.8.1          automated rebuilding support for Python modu
ii  rebuildd       0.3.3          build daemon aiming at rebuilding Debian pac

[mail]
mailto = [EMAIL PROTECTED]
from = [EMAIL PROTECTED]
subject_prefix = [rebuildd]

[http]
logfile = /var/log/rebuildd/httpd.log
log_lines_nb = 30
ip = 0.0.0.0
cache = 1
templates_dir = /usr/share/rebuildd/templates
port = 9998

[build]
max_jobs = 5
max_threads = 2
check_every = 300
more_archs = any
kill_timeout = 90
source_cmd = apt-get -q --download-only -t $d source $p=$v
work_dir = /var/cache/rebuildd/build
post_build_cmd = 
#dists = etch lenny sid
dists = sid
build_cmd = pbuilder build --basetgz /var/cache/pbuilder/$d-$a.tgz ${p}_$v.dsc
database_uri = sqlite:///var/lib/rebuildd/rebuildd.db
build_more_recent = 1

[telnet]
ip = 127.0.0.1
prompt = [EMAIL PROTECTED]>
motd = Connected on rebuildd on localhost
port = 9999

[log]
time_format = %d-%m-%Y %H:%M:%S
logs_dir = /var/log/rebuildd/build_logs
mail_failed = 1
mail_successful = 0
file = /var/log/rebuildd/rebuildd.log


Reply via email to