Re: [announce] s6-2.1.5.0, s6-linux-init-0.0.1.1

2015-06-25 Thread Les Aker
I'm not sure if this is intentional given your latest update, but it
looks like the GitHub mirrors for s6 and s6-linux-init don't have then
new versions.

- Les


Re: [announce] s6-linux-init-0.0.1.0

2015-06-19 Thread Les Aker
Looks like s6-linux-init 0.0.1.0 pulls s6 in as a build-time
dependency. Not a huge issue, but might be worth updating the docs to
clarify that until the next release removes that? I've learned to
trust your docs and build tools enough that I spent a while hunting
for what I was doing wrong :)

Also, I'm in favor of making the shebang use bindir; in the past, I've
hit issues with some packaging validation tools that check shebangs to
make sure the desired files exist (namcap in particular). Not the end
of the world if you keep it at the current, but would save me some
scripted regexing

- Les


Re: Git tag mismatch for s6-dns

2015-01-27 Thread Les Aker
Looks good! Thanks for the quick fix.

- Les Aker
m...@lesaker.org

On Tue, Jan 27, 2015 at 8:58 AM, Laurent Bercot 
wrote:

> On 27/01/2015 14:20, Les Aker wrote:
>
>> It looks like there may be some git tag misalignment for the s6-dns repo
>>
>
>  Ew. I'm still very unfamiliar with git tag. It's very likely that I
> messed up the order of commands when creating it.
>
>  I deleted and recreated the v2.0.0.2 tag to point to HEAD, which should
> still be 539bee3f, but the git documentation seems to say that I just
> did something evil and wrong. Meh.
>
>  Please try
>   git tag -d v2.0.0.2
>   git fetch origin tag v2.0.0.2
> and tell me if it worked for you.
>
> --
>  Laurent
>
>


Git tag mismatch for s6-dns

2015-01-27 Thread Les Aker
It looks like there may be some git tag misalignment for the s6-dns repo:

=
>> git clone git://git.skarnet.org/s6-dns
Cloning into 's6-dns'...
remote: Counting objects: 402, done.
remote: Compressing objects: 100% (353/353), done.
 remote: Total 402 (delta 174), reused 162 (delta 34)
Receiving objects: 100% (402/402), 127.47 KiB | 97.00 KiB/s, done.
Resolving deltas: 100% (174/174), done.
Checking connectivity... done.

>> cd s6-dns

>> ls
AUTHORS  COPYING  INSTALL  Makefile  README  README.macosx  README.solaris
 configure  doc  package  patch-for-solaris src  tools

>> git tag
v2.0.0.0
v2.0.0.1
v2.0.0.2

>> git checkout v2.0.0.2
Note: checking out 'v2.0.0.2'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at b533774...  Parallel build fix

>> cat package/info
package=s6-dns
version=2.0.0.1
category=web
package_macro_name=S6_DNS
=

It looks like the tag ought to point
to 539bee3f515b13a9a55ce65c0c0593babc7c5048 instead.

- Les Aker
m...@lesaker.org