diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-07-02 16:36:45 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-07-02 16:36:45 -0300 |
commit | c2c90f7eb525c7bcbecac08037cfa1e77f994c14 (patch) | |
tree | a3fe0acb110c728bd1fe546e316ddbd62391a701 /libretools.conf | |
parent | 1261792ace0f90b51ae4d8e34c8e056e79940ce3 (diff) |
Optional package signing support for librestage
Diffstat (limited to 'libretools.conf')
-rw-r--r-- | libretools.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libretools.conf b/libretools.conf index a506af7..014243b 100644 --- a/libretools.conf +++ b/libretools.conf @@ -58,6 +58,11 @@ FULLBUILDCMD="sudo libremakepkg -cumL -M --noconfirm -M --nocheck" # Section for toru's vars TORUPATH=/var/lib/libretools/toru +## Package signing +# Leave commented to disable signing +#SIGEXT=".sig" +#SIGID="0xYOURID" + # Checks if vars aren't empty for VAR in CHROOTDIR CHROOT CHCOPY CACHEDIR PARABOLAHOST LIBREDESTDIR \ |