RE: [easybuild] GPG signing RPM in EasyBuild

2017-04-03 Thread Siddiqui, Shahzeb
Thanks Ken, I am not sure either. I have 150+ packages I would like to install on production via RPMs and it would be nice to automate this rather than doing this manually. If it could be implemented through some configuration or environment variable that would be good. Maybe set EASYBUILD_GPG

Re: [easybuild] GPG signing RPM in EasyBuild

2017-04-03 Thread Kenneth Hoste
On 03/04/2017 18:23, Siddiqui, Shahzeb wrote: Can we add the –rpm-sign feature to EasyBuild. It would also need a means to import gpg key. Similar to github token, if there is a flag –gpg-key you can set the key and rpmsign will take care of the rest. Yea, --package-tool-option would work fi

RE: [easybuild] GPG signing RPM in EasyBuild

2017-04-03 Thread Siddiqui, Shahzeb
Can we add the -rpm-sign feature to EasyBuild. It would also need a means to import gpg key. Similar to github token, if there is a flag -gpg-key you can set the key and rpmsign will take care of the rest. Yea, --package-tool-option would work fine so long as it has a some way to address the is

Re: [easybuild] GPG signing RPM in EasyBuild

2017-04-03 Thread Kenneth Hoste
Hi Shahzeb, On 03/04/2017 17:24, Siddiqui, Shahzeb wrote: Hello, I want to find out if its possible to add a GPG signature to RPM via FPM. If so, I would like to utilize this feature. Not yet, it would require support for pass --rpm-sign to the fpm command, cfr. https://github.com/jordan

Re: [easybuild] Common config: to hide or not to hide

2017-04-03 Thread Kenneth Hoste
On 03/04/2017 09:37, Henkel, Andreas wrote: Dear Kenneth, thank you very much for your explanations! You're right, I oversaw the option of environment variables. I think my issue is the transition from the os-dependent manual install to easybuild, since easybuild tries to the self-contained,

[easybuild] GPG signing RPM in EasyBuild

2017-04-03 Thread Siddiqui, Shahzeb
Hello, I want to find out if its possible to add a GPG signature to RPM via FPM. If so, I would like to utilize this feature. Regards, Shahzeb Siddiqui HPC Linux Engineer B2220-447.2 Groton, CT

Re: [easybuild] Common config: to hide or not to hide

2017-04-03 Thread Riccardo Murri
(Alvarez, Damian, Mon, Apr 03, 2017 at 11:13:11AM +:) > I am not sure I understand the question. All these packages are EB > packages, installed through EB. Ah, sorry I misread "hide deps" as "filter deps" Thanks, R -- Riccardo Murri http://www.s3it.uzh.ch/about/team/#Riccardo.Murri S3IT: S

Re: [easybuild] Common config: to hide or not to hide

2017-04-03 Thread Alvarez, Damian
I am not sure I understand the question. All these packages are EB packages, installed through EB. The only OS packages we rely on are SSL, some latex related stuff and kernel headers/libc devel. And of course the system GCC and binutils to bootstrap the software stack. Damian On 03/04/17 12:5

Re: [easybuild] Common config: to hide or not to hide

2017-04-03 Thread Riccardo Murri
(Alvarez, Damian, Mon, Apr 03, 2017 at 10:49:46AM +:) > If that helps somebody, this is the list of our hidden dependencies: It helps indeed, thanks! Do you install that SW all through OS-level dependencies or by what other means? Thanks, Riccardo -- Riccardo Murri http://www.s3it.uzh.ch/a

Re: [easybuild] Common config: to hide or not to hide

2017-04-03 Thread Alvarez, Damian
If that helps somebody, this is the list of our hidden dependencies: EASYBUILD_HIDE_DEPS="ANTLR,APR,APR-util,AT-SPI2-ATK,AT-SPI2-core,ATK,Autoconf,Automake,Bison,CUSP,Coreutils,DB,DBus,DocBook-XML,Dyninst,ETSF_IO,Exiv2,FFmpeg,FLTK,FTGL,GCCcore,GDAL,GEGL,GL2PS,GLEW,GLib,GLPK,GPC,GObject-Introspecti

RE: [easybuild] Common config: to hide or not to hide

2017-04-03 Thread Henkel, Andreas
Dear Kenneth, thank you very much for your explanations! You're right, I oversaw the option of environment variables. I think my issue is the transition from the os-dependent manual install to easybuild, since easybuild tries to the self-contained, hence, I see more modules which were "invisibl

Re: [easybuild] Common config: to hide or not to hide

2017-04-03 Thread Ole Holm Nielsen
On 04/03/2017 09:14 AM, Kenneth Hoste wrote: On 03/04/2017 08:24, Henkel, Andreas wrote: Dear Easybuilder, I'm fairly new to easybuild and have just built several packages using the --try-* options or even adapted easyconfigs. It's a very handy way for installing software, thanks for that!

Re: [easybuild] Common config: to hide or not to hide

2017-04-03 Thread Kenneth Hoste
On 03/04/2017 08:24, Henkel, Andreas wrote: Dear Easybuilder, I'm fairly new to easybuild and have just built several packages using the --try-* options or even adapted easyconfigs. It's a very handy way for installing software, thanks for that! Beyond that I had a look at the different modu