summaryrefslogtreecommitdiff
path: root/doc/todo/Sbuild_and_jessie.mdwn
blob: d90a23a3b8b26d977a34bbf30f8e3bdba0ebfd4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Hello, I am using the Sbuild property on a jessie computer.

after installing this 

    & (Sbuild.built Sbuild.UseCcache $ props
        & osDebian (Stable "jessie") X86_64
        & Sbuild.update `period` Weekly (Just 1)
        & Sbuild.useHostProxy irdrx1)
    & Sbuild.userConfig (User "picca")
    & Sbuild.usableBy (User "picca")

I get this error message

picca@irdrx1:~/Debian/python-qtconsole/python-qtconsole$ sbuild
Error reading configuration: AUTOPKGTEST binary 'autopkgtest' does not exist or is not executable at /usr/share/perl5/Sbuild/Conf.pm line 75.

once `autopkgtest` installed it works great.

So to my opinion the autopkgtest dependency is missing.

Cheers and thanks for this new Sbuild which is really nice :))

Frederic

> [[done]] --spwhitton