summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------config.hs2
-rw-r--r--doc/forum/Sbuild_and_jessie.mdwn23
-rw-r--r--doc/forum/Sbuild_and_jessie/comment_1_31dc85774c182a583aeb1935e9fef2d6._comment10
-rw-r--r--doc/forum/Sbuild_and_jessie/comment_2_41ed6253709b18ec799624a66b9b8078._comment8
-rw-r--r--doc/forum/Sbuild_and_jessie/comment_3_a4d6fdbed71270d7a4ffbfe98d1aa479._comment11
-rw-r--r--doc/forum/Sbuild_and_jessie/comment_4_9e409a59abc81786481207ffbbd7c3ac._comment10
-rw-r--r--doc/forum/Sbuild_and_jessie/comment_5_6303943e3425b29b1e4727d809574cda._comment8
-rw-r--r--doc/forum/Sbuild_and_jessie/comment_6_a88b331c80f57acdf55ac0c0ce3dce6f._comment8
-rw-r--r--doc/todo/spin_without_remote_compilation/comment_7_3fed94d212de0e4ad2d2364cc91e6c94._comment18
-rw-r--r--privdata/relocate1
10 files changed, 97 insertions, 2 deletions
diff --git a/config.hs b/config.hs
index 97d90636..ec313725 120000
--- a/config.hs
+++ b/config.hs
@@ -1 +1 @@
-joeyconfig.hs \ No newline at end of file
+config-simple.hs \ No newline at end of file
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
diff --git a/doc/forum/Sbuild_and_jessie/comment_1_31dc85774c182a583aeb1935e9fef2d6._comment b/doc/forum/Sbuild_and_jessie/comment_1_31dc85774c182a583aeb1935e9fef2d6._comment
new file mode 100644
index 00000000..87508843
--- /dev/null
+++ b/doc/forum/Sbuild_and_jessie/comment_1_31dc85774c182a583aeb1935e9fef2d6._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="spwhitton"
+ avatar="http://cdn.libravatar.org/avatar/9c3f08f80e67733fd506c353239569eb"
+ subject="diagnosis"
+ date="2017-12-08T17:47:24Z"
+ content="""
+I think that the issue is that under jessie the binary is named `adt-run` not `autopkgtest`. In which case, the problem is in `Sbuild.userConfig` which refers to `autopkgtest`. Maybe `Sbuild.useConfig`'s haddock should say that it is for stretch and newer.
+
+`Sbuild.built` already installs `autopkgtest` (by means of `Sbuild.preReqsInstalled`). So I don't see how installing that package could have fixed the problem. Possibly you installed from jessie-backports, and maybe that version provides `/usr/bin/autopkgtest`?
+"""]]
diff --git a/doc/forum/Sbuild_and_jessie/comment_2_41ed6253709b18ec799624a66b9b8078._comment b/doc/forum/Sbuild_and_jessie/comment_2_41ed6253709b18ec799624a66b9b8078._comment
new file mode 100644
index 00000000..fd8646a1
--- /dev/null
+++ b/doc/forum/Sbuild_and_jessie/comment_2_41ed6253709b18ec799624a66b9b8078._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="spwhitton"
+ avatar="http://cdn.libravatar.org/avatar/9c3f08f80e67733fd506c353239569eb"
+ subject="comment 2"
+ date="2017-12-08T17:48:05Z"
+ content="""
+Hmm, what I said in my previous comment would make sense only if the host system is also jessie. Is it?
+"""]]
diff --git a/doc/forum/Sbuild_and_jessie/comment_3_a4d6fdbed71270d7a4ffbfe98d1aa479._comment b/doc/forum/Sbuild_and_jessie/comment_3_a4d6fdbed71270d7a4ffbfe98d1aa479._comment
new file mode 100644
index 00000000..8acacf57
--- /dev/null
+++ b/doc/forum/Sbuild_and_jessie/comment_3_a4d6fdbed71270d7a4ffbfe98d1aa479._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="picca"
+ avatar="http://cdn.libravatar.org/avatar/7e61c80d28018b10d31f6db7dddb864c"
+ subject="comment 3"
+ date="2017-12-08T18:21:46Z"
+ content="""
+I will be able to check which version of autopkgtest is installed on the computer only monday.
+Yes the host is the computer that I am configuring, so it is a jessie computer.
+
+cheers
+"""]]
diff --git a/doc/forum/Sbuild_and_jessie/comment_4_9e409a59abc81786481207ffbbd7c3ac._comment b/doc/forum/Sbuild_and_jessie/comment_4_9e409a59abc81786481207ffbbd7c3ac._comment
new file mode 100644
index 00000000..0974f8cd
--- /dev/null
+++ b/doc/forum/Sbuild_and_jessie/comment_4_9e409a59abc81786481207ffbbd7c3ac._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="picca"
+ avatar="http://cdn.libravatar.org/avatar/7e61c80d28018b10d31f6db7dddb864c"
+ subject="comment 4"
+ date="2017-12-13T15:44:13Z"
+ content="""
+Here the version, I installed
+
+ii autopkgtest 4.4~bpo8+1 all automatic as-installed testing for Debian packages
+"""]]
diff --git a/doc/forum/Sbuild_and_jessie/comment_5_6303943e3425b29b1e4727d809574cda._comment b/doc/forum/Sbuild_and_jessie/comment_5_6303943e3425b29b1e4727d809574cda._comment
new file mode 100644
index 00000000..96fd7fbf
--- /dev/null
+++ b/doc/forum/Sbuild_and_jessie/comment_5_6303943e3425b29b1e4727d809574cda._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="spwhitton"
+ avatar="http://cdn.libravatar.org/avatar/9c3f08f80e67733fd506c353239569eb"
+ subject="comment 5"
+ date="2017-12-16T15:11:05Z"
+ content="""
+Thanks. So I think that Sbuild.userConfig should either install the backport when the host's info indicates that it runs Jessie, or simply say in its docstring that it works for stretch or newer. Joey, which do you prefer?
+"""]]
diff --git a/doc/forum/Sbuild_and_jessie/comment_6_a88b331c80f57acdf55ac0c0ce3dce6f._comment b/doc/forum/Sbuild_and_jessie/comment_6_a88b331c80f57acdf55ac0c0ce3dce6f._comment
new file mode 100644
index 00000000..b98163a7
--- /dev/null
+++ b/doc/forum/Sbuild_and_jessie/comment_6_a88b331c80f57acdf55ac0c0ce3dce6f._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 6"""
+ date="2017-12-16T15:46:09Z"
+ content="""
+Either is fine by me. The property could also be made to fail when run
+on an unsupported version of Debian.
+"""]]
diff --git a/doc/todo/spin_without_remote_compilation/comment_7_3fed94d212de0e4ad2d2364cc91e6c94._comment b/doc/todo/spin_without_remote_compilation/comment_7_3fed94d212de0e4ad2d2364cc91e6c94._comment
new file mode 100644
index 00000000..b45941ab
--- /dev/null
+++ b/doc/todo/spin_without_remote_compilation/comment_7_3fed94d212de0e4ad2d2364cc91e6c94._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 7"""
+ date="2017-12-03T18:20:25Z"
+ content="""
+Felix did some more work on this last April, in his precompiled-rebased-2
+branch.
+
+In particular, that branch is supposed to handle case #3 above (by a git
+clone to temp dir and move of the files).
+
+Felix said he had not tested it, and I have not tested it either. If
+someone can try his branch and confirm that it works, including handling
+of cases #2 and #3 above, I'd be happy to merge it.
+
+(origin/precompiled has the above branch and has had current master
+cleanly merged into it, and builds successfully.)
+"""]]
diff --git a/privdata/relocate b/privdata/relocate
deleted file mode 100644
index 271692d8..00000000
--- a/privdata/relocate
+++ /dev/null
@@ -1 +0,0 @@
-.joeyconfig