summaryrefslogtreecommitdiff
path: root/doc/todo/Sbuild_and_jessie.mdwn
diff options
context:
space:
mode:
authorspwhitton2018-01-15 15:46:43 +0000
committeradmin2018-01-15 15:46:43 +0000
commit10237c0c66a6052cbe8e593e5fbd9fec35f2e690 (patch)
tree41f8353341ca53094893371bd46b4d829aad0112 /doc/todo/Sbuild_and_jessie.mdwn
parentae299e20a2d8361094e98e702c2d4bfe2f31c06d (diff)
rename forum/Sbuild_and_jessie.mdwn to todo/Sbuild_and_jessie.mdwn
Diffstat (limited to 'doc/todo/Sbuild_and_jessie.mdwn')
-rw-r--r--doc/todo/Sbuild_and_jessie.mdwn23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/todo/Sbuild_and_jessie.mdwn b/doc/todo/Sbuild_and_jessie.mdwn
new file mode 100644
index 00000000..3786a26f
--- /dev/null
+++ b/doc/todo/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