Gorka Lerchundi Osa f38663de72 bump skaware versions
`[announce] skarnet.org Fall 2015 update`:
```
Hello,
 A series of small updates.

 * skalibs-2.3.7.0
 -----------------

 A few more utility functions such as touch(), filecopy_suffix(),
or atomic_rm_rf(). (Yes, that last one removes filesystem
hierarchies atomically. It's magic!)

 http://skarnet.org/software/skalibs/
 git://git.skarnet.org/skalibs

 * execline-2.1.4.0
 ------------------

 New commands: withstdinas, getcwd.
 backtick is now a wrapper around withstdinas.

 http://skarnet.org/software/execline/
 git://git.skarnet.org/execline

 * s6-2.2.1.0
 ------------

 A few minor bugfixes.
 s6-svstat now exits 1 when run on an unsupervised servicedir.
 New -wr and -wR options to s6-svc, s6-svlisten1 and s6-svlisten.
  http://skarnet.org/software/s6/
 git://git.skarnet.org/s6

 * s6-portable-utils-2.0.5.2
 ---------------------------

 A sensible interpretation of "s6-maximumtime 0 prog".

 http://skarnet.org/software/s6-portable-utils/
 git://git.skarnet.org/s6-portable-utils

 * s6-linux-init-0.0.1.3
 -----------------------

 A stage 1 that runs the supervision tree in another process
group than the kernel (there was no real impact, but some "ps"
implementations displayed the s6 processes as kernel threads...)

 http://skarnet.org/software/s6-linux-init/
 git://git.skarnet.org/s6-linux-init

 Enjoy,
 Bug-reports welcome.
```
2015-09-24 17:11:43 +02:00
2015-09-24 17:11:43 +02:00
2015-02-06 13:52:07 +01:00
2015-03-13 13:48:12 -05:00

skaware Build Status

mkdir dist
chmod o+rw dist
docker build .                                            | \
tail -n 1 | awk '{ print $3; }'                           | \
xargs docker run --rm -v `pwd`/dist:/skarnet-builder/dist
S
Description
No description provided
Readme
94 KiB
Languages
Shell 70.1%
C 25.5%
Dockerfile 4.4%