summaryrefslogtreecommitdiff
path: root/doc/todo/Debootstrap_module_should_respect_a_configured_Apt.proxy.mdwn
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-11-19 12:04:26 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-11-19 12:04:26 -0700
commit05e5308ee7cef99b24b4f9d9755e5488f8d92a39 (patch)
tree256b8f20bddf0f0701a3247228f9c2dd77be6e64 /doc/todo/Debootstrap_module_should_respect_a_configured_Apt.proxy.mdwn
parent38d039310e4db6ffaf5c8ca51c339421e6865eff (diff)
parent12beba0367d14f9c52adf72dd36e9cf5a8e35761 (diff)
Merge branch 'master' of https://git.joeyh.name/git/propellor into sbuild-overhaul
Diffstat (limited to 'doc/todo/Debootstrap_module_should_respect_a_configured_Apt.proxy.mdwn')
-rw-r--r--doc/todo/Debootstrap_module_should_respect_a_configured_Apt.proxy.mdwn29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/todo/Debootstrap_module_should_respect_a_configured_Apt.proxy.mdwn b/doc/todo/Debootstrap_module_should_respect_a_configured_Apt.proxy.mdwn
new file mode 100644
index 00000000..8887f438
--- /dev/null
+++ b/doc/todo/Debootstrap_module_should_respect_a_configured_Apt.proxy.mdwn
@@ -0,0 +1,29 @@
+Hello, I am preparing a property in order to setup a debomatic machine
+but when I try to upload a package I get this error from debomatic
+
+ DEBUG: Command '['schroot', '-l']' returned non-zero exit status 1
+ Traceback (most recent call last):
+ File "/usr/share/debomatic/Debomatic/process.py", line 197, in _finish
+ raise e
+ File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
+ result = self.fn(*self.args, **self.kwargs)
+ File "/usr/share/debomatic/Debomatic/build.py", line 525, in run
+ self._build()
+ File "/usr/share/debomatic/Debomatic/build.py", line 133, in _build
+ self._setup_chroot()
+ File "/usr/share/debomatic/Debomatic/build.py", line 395, in _setup_chroot
+ chroots = check_output(['schroot', '-l'], stderr=fd)
+ File "/usr/lib/python3.5/subprocess.py", line 316, in check_output
+ **kwargs).stdout
+ File "/usr/lib/python3.5/subprocess.py", line 398, in run
+ output=stdout, stderr=stderr)
+ subprocess.CalledProcessError: Command '['schroot', '-l']' returned non-zero exit status 1
+
+so tried on my own
+
+ :/etc/debomatic# schroot -l
+ E: /etc/schroot/chroot.d/stretch-amd64-sbuild-propellor: [stretch-amd64-sbuild]: Required key ‘directory’ is missing
+
+to my opinion the schroot config file generated by Sbuild property does something wrong.
+
+Cheers