<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/package-source.bash, branch xattr_user_buffer</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2021-05-15T16:50:20+00:00</updated>
<entry>
<title>Merge package-source.bash &amp; package-static.bash scripts</title>
<updated>2021-05-15T16:50:20+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-05-15T16:28:11+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=c33c7aaf0d943ebcca0df14397e6336d7bf008a1'/>
<id>urn:sha1:c33c7aaf0d943ebcca0df14397e6336d7bf008a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert build and packaging scripts to Go Modules</title>
<updated>2020-04-13T12:54:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-04-13T12:07:55+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e509b27a5ca78612d0a080265ef62e7ea897a296'/>
<id>urn:sha1:e509b27a5ca78612d0a080265ef62e7ea897a296</id>
<content type='text'>
</content>
</entry>
<entry>
<title>shellcheck: make top-level bash scripts warning-free</title>
<updated>2020-04-13T12:54:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-04-13T11:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=9a7ceef09ea1fc8cbe17b324a9d1a2e71e50cb0a'/>
<id>urn:sha1:9a7ceef09ea1fc8cbe17b324a9d1a2e71e50cb0a</id>
<content type='text'>
And run shellcheck in test.bash.
</content>
</entry>
<entry>
<title>Prevent local user ID from appearing in source tarballs</title>
<updated>2019-07-29T09:06:49+00:00</updated>
<author>
<name>dhirsbrunner</name>
</author>
<published>2019-07-24T01:57:19+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=abb2f1fad0cc6494169abb3e9a486f6f46c6c647'/>
<id>urn:sha1:abb2f1fad0cc6494169abb3e9a486f6f46c6c647</id>
<content type='text'>
The local user ID (1026 jakob) appears in the source tarballs gocryptfs_v1.7_src.tar.gz and gocryptfs_v1.7_src-deps.tar.gz as the owner of VERSION, Documentation, and vendor. This issue is already fixed for the binary releases by commit 07f57314afb260d6b14227b932d66345c55ffab3, and the solution here is the same: use "tar --owner=root --group=root".</content>
</entry>
<entry>
<title>Include rendered man page in source tarballs</title>
<updated>2019-03-02T14:43:58+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-03-02T14:40:05+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=61940a9c0666eba8be21de4f1cd182912f74f929'/>
<id>urn:sha1:61940a9c0666eba8be21de4f1cd182912f74f929</id>
<content type='text'>
This gives users who build from the source tarball, but
do not want to install pandoc, access to the man pages.

Apperently the gocryptfs homebrew package ships without
the man pages at the moment to avoid pandoc.

Requested at
https://github.com/rfjakob/gocryptfs/issues/355
</content>
</entry>
<entry>
<title>package-source.bash: archive HEAD instead of master</title>
<updated>2018-01-07T21:29:02+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-01-07T21:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=025f33e3669965069e108cf97be092fa1cfa5d0f'/>
<id>urn:sha1:025f33e3669965069e108cf97be092fa1cfa5d0f</id>
<content type='text'>
To be able to check out an older version and create
a tarball from it, let `git archive` operate on HEAD.

This used to be broken in a bad way: we use `git describe`
which operates on HEAD to name the tarball, but always archived
HEAD.
</content>
</entry>
<entry>
<title>package-source.bash: also create source-only tarball</title>
<updated>2018-01-07T18:01:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-01-07T18:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1ae218b417488c727450363827a0776c444278f7'/>
<id>urn:sha1:1ae218b417488c727450363827a0776c444278f7</id>
<content type='text'>
We used to only create a source + dependecies tarball,
but having a source-only tarball makes packaging deb/rpm
easier.
</content>
</entry>
<entry>
<title>package-source.bash: replace plus sign in file name</title>
<updated>2017-11-01T19:05:15+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-11-01T19:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=843138168ff381b81fb0774cdb563937d9fff7a1'/>
<id>urn:sha1:843138168ff381b81fb0774cdb563937d9fff7a1</id>
<content type='text'>
Plus signs are apparently not supported on github,
and replaced by a dot.
</content>
</entry>
<entry>
<title>package-source.bash: create VERSION file</title>
<updated>2017-11-01T18:41:47+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-11-01T18:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5428567fa09019cb844c59700d7ffc2a49719f51'/>
<id>urn:sha1:5428567fa09019cb844c59700d7ffc2a49719f51</id>
<content type='text'>
...and delete if after packaging is done.
</content>
</entry>
<entry>
<title>Add source packaging script</title>
<updated>2017-11-01T17:58:10+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2017-11-01T17:58:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=39839ade70035de32084a170faac2a93a771db38'/>
<id>urn:sha1:39839ade70035de32084a170faac2a93a771db38</id>
<content type='text'>
</content>
</entry>
</feed>
