<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fab/aports/testing/consul, branch master</title>
<subtitle>fab's aports repo
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/'/>
<entry>
<title>testing/consul: remove {post,pre}-deinstall hooks</title>
<updated>2016-10-16T11:15:55+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2016-10-16T11:15:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=ef174d26e10f657ba2ac091239432f18a21ca6d2'/>
<id>ef174d26e10f657ba2ac091239432f18a21ca6d2</id>
<content type='text'>
post-deinstall:
  - Removing user/group is not a good idea. You can't know if the consul
    user/group has been created by the package or not; user can use it even
    for something else.

pre-deinstall:
  - User should decide h[ei]mself if (s)he wants to stop the service
    before uninstalling, it's his/her responsibility and it should not
    be handled automagically in pre-deinstall hook.
  - `&amp;&gt;` is not POSIX-sh compatible, it's a bashism.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
post-deinstall:
  - Removing user/group is not a good idea. You can't know if the consul
    user/group has been created by the package or not; user can use it even
    for something else.

pre-deinstall:
  - User should decide h[ei]mself if (s)he wants to stop the service
    before uninstalling, it's his/her responsibility and it should not
    be handled automagically in pre-deinstall hook.
  - `&amp;&gt;` is not POSIX-sh compatible, it's a bashism.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/consul: update to 0.7.0</title>
<updated>2016-09-16T11:07:17+00:00</updated>
<author>
<name>Gennady Feldman</name>
<email>gena01@gmail.com</email>
</author>
<published>2016-09-15T00:30:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=43f2f98536d47f4fb17bebadbb547baccf156ab0'/>
<id>43f2f98536d47f4fb17bebadbb547baccf156ab0</id>
<content type='text'>
* Update consul to 0.7.0
* Update init.d script to run configtest and create a log file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update consul to 0.7.0
* Update init.d script to run configtest and create a log file
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/consul: fails to build on aarch64</title>
<updated>2016-08-27T02:11:17+00:00</updated>
<author>
<name>Carlo Landmeter</name>
<email>clandmeter@gmail.com</email>
</author>
<published>2016-08-27T02:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=9abee09e039d5bd4dff1f5959dd08d91687ed2fb'/>
<id>9abee09e039d5bd4dff1f5959dd08d91687ed2fb</id>
<content type='text'>
github.com/hashicorp/yamux
../../boltdb/bolt/db.go:85: undefined: maxMapSize
../../boltdb/bolt/db.go:85: invalid array bound maxMapSize
github.com/inconshreveable/muxado/proto/buffer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
github.com/hashicorp/yamux
../../boltdb/bolt/db.go:85: undefined: maxMapSize
../../boltdb/bolt/db.go:85: invalid array bound maxMapSize
github.com/inconshreveable/muxado/proto/buffer
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/[various]: bump pkgrel for pre-install fixes</title>
<updated>2016-04-25T07:11:52+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-22T23:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=26abb36b0d7f7070b6b510bc3fe08870915c94f2'/>
<id>26abb36b0d7f7070b6b510bc3fe08870915c94f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder arguments passed to addgroup/adduser in scripts.</title>
<updated>2016-04-25T06:56:47+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-23T11:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=da4e96aacef5e9bd9a7dccecffdc92f588a6dd78'/>
<id>da4e96aacef5e9bd9a7dccecffdc92f588a6dd78</id>
<content type='text'>
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve consistency of scripts using adduser/addgroup.</title>
<updated>2016-04-25T06:55:43+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-23T11:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=a60b9f07dee0ae4e9bbe34d4146661fcb33aa478'/>
<id>a60b9f07dee0ae4e9bbe34d4146661fcb33aa478</id>
<content type='text'>
Following rules have been applied:
- script starts with shebang !#/bin/sh followed by blank line,
- script ends with exit 0 prepended by blank line,
- only stderr of adduser, addgroup or passwd is redirected to /dev/null,
- getent passwd/group instances has been removed,
- manual checking of file and group existence has been removed,
- `|| true` instances has been removed.

Comments and line wrapping have been preserved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Following rules have been applied:
- script starts with shebang !#/bin/sh followed by blank line,
- script ends with exit 0 prepended by blank line,
- only stderr of adduser, addgroup or passwd is redirected to /dev/null,
- getent passwd/group instances has been removed,
- manual checking of file and group existence has been removed,
- `|| true` instances has been removed.

Comments and line wrapping have been preserved.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -g option (GECOS/comment) to adduser in scripts.</title>
<updated>2016-04-25T06:54:18+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-23T11:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=a593d306c92f8bc15a1797c0a2ccfa784edbc4a0'/>
<id>a593d306c92f8bc15a1797c0a2ccfa784edbc4a0</id>
<content type='text'>
This way we can avoid ugly default:

    Linux user,,,
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we can avoid ugly default:

    Linux user,,,
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder options passed to adduser in scripts: make -S first.</title>
<updated>2016-04-25T06:51:49+00:00</updated>
<author>
<name>Przemyslaw Pawelczyk</name>
<email>przemoc@zoho.com</email>
</author>
<published>2016-04-23T11:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=2a573734b692ce27e4809e47e514ca0dfffaa970'/>
<id>2a573734b692ce27e4809e47e514ca0dfffaa970</id>
<content type='text'>
It's only for consistency and to ease spotting lack of it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's only for consistency and to ease spotting lack of it.
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/consul: fix checksums</title>
<updated>2015-08-14T12:59:12+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2015-08-14T12:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=94f94e27b8c5a916be1dea2cb195687a11d1db0a'/>
<id>94f94e27b8c5a916be1dea2cb195687a11d1db0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testing/consul: upgrade to version 0.5.2</title>
<updated>2015-08-14T12:54:37+00:00</updated>
<author>
<name>Christian Kampka</name>
<email>christian@kampka.net</email>
</author>
<published>2015-08-07T09:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/fab/aports/commit/?id=c87bc6f0874bd6b389001a8489c98da2a1e64d7d'/>
<id>c87bc6f0874bd6b389001a8489c98da2a1e64d7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
