diff options
| author | serge1cohen@4282f0c177ae4ac2f90ceddf63d2281e1f739cb1 <serge1cohen@web> | 2018-01-08 15:44:59 +0000 |
|---|---|---|
| committer | admin <admin@branchable.com> | 2018-01-08 15:44:59 +0000 |
| commit | 5c38dfefe51e2e630c737dbd9dc43c8505ce4152 (patch) | |
| tree | 7585f648e72e3444e5c5fc4cbedd25b1edbfe9b0 /doc/forum | |
| parent | 1c14356c8a93b6410ed56e325af4918d409d732b (diff) | |
Diffstat (limited to 'doc/forum')
| -rw-r--r-- | doc/forum/Executing_a_property_within_a_explicit_CWD.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
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. |
