Re: goinsu - Switch user, group and execute a program - a tiny betterC program

2017-09-28 Thread jamonahn via Digitalmars-d-announce
On Wednesday, 27 September 2017 at 20:30:16 UTC, Anton Fediushin wrote: Take a look at `.travis.yml`, since this is exactly what I am doing to build releases. Thank you! Exactly the know-how I was missing.

Re: goinsu - Switch user, group and execute a program - a tiny betterC program

2017-09-27 Thread Anton Fediushin via Digitalmars-d-announce
On Wednesday, 27 September 2017 at 12:49:16 UTC, jamonahn wrote: On Saturday, 16 September 2017 at 19:56:14 UTC, Anton Fediushin wrote: Hey-hey-hey, I am so excited to announce a brand-new program I just wrote: goinsu! Just built on my Raspberry Pi 3. Kudos - very fast, not even a warning!

Re: goinsu - Switch user, group and execute a program - a tiny betterC program

2017-09-27 Thread jamonahn via Digitalmars-d-announce
On Saturday, 16 September 2017 at 19:56:14 UTC, Anton Fediushin wrote: Hey-hey-hey, I am so excited to announce a brand-new program I just wrote: goinsu! Just built on my Raspberry Pi 3. Kudos - very fast, not even a warning! Now to get some Docker images and go crazy. BTW, I got a 14,116

goinsu - Switch user, group and execute a program - a tiny betterC program

2017-09-16 Thread Anton Fediushin via Digitalmars-d-announce
Hey-hey-hey, I am so excited to announce a brand-new program I just wrote: goinsu! goinsu works like a classic `su` or `sudo`, but meant to be used inside the Docker containers, when you just need to run a program as a specified user. goinsu is a workaround for TTY and signal issues of `su`