From 5c38dfefe51e2e630c737dbd9dc43c8505ce4152 Mon Sep 17 00:00:00 2001 From: serge1cohen@4282f0c177ae4ac2f90ceddf63d2281e1f739cb1 Date: Mon, 8 Jan 2018 15:44:59 +0000 Subject: --- doc/forum/Executing_a_property_within_a_explicit_CWD.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/forum/Executing_a_property_within_a_explicit_CWD.mdwn (limited to 'doc') diff --git a/doc/forum/Executing_a_property_within_a_explicit_CWD.mdwn b/doc/forum/Executing_a_property_within_a_explicit_CWD.mdwn new file mode 100644 index 00000000..e1b6ae7b --- /dev/null +++ b/doc/forum/Executing_a_property_within_a_explicit_CWD.mdwn @@ -0,0 +1,11 @@ +I am trying to create a Property to install (and configure) gitlab through Propellor. +To perform the installation and configuration I am using Apt.installed and Apt.reConfigure. When ever Propellor has to go though configuration of the package it «fails» (cf. bug report on gitlab package : +https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886657 + +Awaiting a resolution of the bug itself, a workaround would be to perform the apt-get install or dpkg-reconfigure from a «world-readable» directory (such as /tmp or /etc or ...). Currently these properties are executed with CWD eing the propellor repository. + +I have looked for, but not found yet, a way to perform the work of this property within a specific directory. + +Thanks in advance for any help or pointers, + +Serge. -- cgit v1.2.3