diff options
| author | picca <picca@web> | 2017-12-07 10:38:34 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2017-12-07 10:38:34 +0000 |
| commit | b72deffbcef7f8413f3602f19d126b8d8282e06a (patch) | |
| tree | c545d3a1b34113bf693d841f77d21eba1537872a /doc | |
| parent | 1db78dcb0e70fd33c2edd71e5da23c882128eadd (diff) | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/Sbuild_and_jessie.mdwn | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/forum/Sbuild_and_jessie.mdwn b/doc/forum/Sbuild_and_jessie.mdwn new file mode 100644 index 00000000..3786a26f --- /dev/null +++ b/doc/forum/Sbuild_and_jessie.mdwn @@ -0,0 +1,23 @@ +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 |
