Muayyad Alsadi

Results 159 comments of Muayyad Alsadi

@alex-oleshkevich does it work even when the size of the image is not know because the image is still to come. and will it get fixed when downloading is finished.

I'm trying to use Copr service to offer secure RPMS builds directly for latest fedora and CentOS. you just need to update a single line which is `Version: 1.1.3` to...

build is done using ``` rpmbuild -ba dumb-init.spec ``` regarding quality of this file, it can be reviewed using rpmlint and I've tested it and validated it ``` $ rpmlint...

> I'm guessing it's as simple as just bumping the URL/version number/changelog in this file. no need to update the url, I made it to read the version from second...

here is the direct rpm link if you like https://copr-be.cloud.fedoraproject.org/results/alsadi/dumb-init/epel-7-x86_64/00441463-dumb-init/dumb-init-1.1.3-1.el7.centos.x86_64.rpm

> so if anyone viewing this has comments or can review it better than we can, that'd be much appreciated :) I guess we have got around 5 fedora developers...

I have another branch for activating testing build. please merge this one as is. here is the other branch https://github.com/muayyad-alsadi/dumb-init/tree/rpm-spec-with-check https://github.com/muayyad-alsadi/dumb-init/commit/f4248455c8bfc601b7951a90bc8096bb56b290fa I'll open another issue regarding the tests.

@samrocketman yes, I'm against using tools other than the best tool ever. in fedora the best tool is `mock` (not even `rpmbuild`, because mock creates an empty OS tree then...

you can use this copr for fedora and centos https://copr.fedorainfracloud.org/coprs/alsadi/dumb-init/ there is a pending PR to integrate it with future releases

Will apache needs root privilege to open port 80 but we end with it running as apache user. Can't we have something like "--become=user2" to the user running the container...