<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/ci/snap, branch newfeatures</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>build: Rename TRAVIS_BUILD_DIR to CI_BUILD_DIR</title>
<updated>2020-11-13T18:36:56+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2020-11-12T18:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d0714e87d6bb4db6795ae1a1cb33dd38f6f09af8'/>
<id>d0714e87d6bb4db6795ae1a1cb33dd38f6f09af8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>snap: migrate releases to snapcraft.io buils</title>
<updated>2020-09-06T15:00:04+00:00</updated>
<author>
<name>Carlos Hernandez</name>
<email>carlos@techbyte.ca</email>
</author>
<published>2020-09-06T15:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=eae4b2a08842d7e4b8ed140534a01d4196e78756'/>
<id>eae4b2a08842d7e4b8ed140534a01d4196e78756</id>
<content type='text'>
Architectures supported by Travis due not match 1 to 1 to the
architectures supported by snapcraft.io and launchpad. To support as
many architectures as possible, deploys to the snap store should be done
via a simulated Github webhook. An additional secret will need to be
added to Travis-ci
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Architectures supported by Travis due not match 1 to 1 to the
architectures supported by snapcraft.io and launchpad. To support as
many architectures as possible, deploys to the snap store should be done
via a simulated Github webhook. An additional secret will need to be
added to Travis-ci
</pre>
</div>
</content>
</entry>
<entry>
<title>snap: drop snapcraft push release</title>
<updated>2020-09-06T14:33:06+00:00</updated>
<author>
<name>Carlos Hernandez</name>
<email>carlos@techbyte.ca</email>
</author>
<published>2020-09-06T14:33:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1da67c186976ff6c723f862ad711e029660f3fc8'/>
<id>1da67c186976ff6c723f862ad711e029660f3fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>snap: don't run snapcraft under sudo</title>
<updated>2020-08-30T17:13:41+00:00</updated>
<author>
<name>Carlos Hernandez</name>
<email>carlos@techbyte.ca</email>
</author>
<published>2020-08-30T17:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=65b2fce78765649c64e7b7e0efbc99214fae0805'/>
<id>65b2fce78765649c64e7b7e0efbc99214fae0805</id>
<content type='text'>
Snapcraft 4.0 complains about running LXD builds under sudo.  So instead
add the CI user to the "lxd" group and use sg to switch to that
membership.

Resolves: #12712
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Snapcraft 4.0 complains about running LXD builds under sudo.  So instead
add the CI user to the "lxd" group and use sg to switch to that
membership.

Resolves: #12712
</pre>
</div>
</content>
</entry>
<entry>
<title>snap: fix line continuation #11475</title>
<updated>2019-11-29T04:51:43+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-11-29T04:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5c9063cf2d115b652ccdde6f72afc464b7085a18'/>
<id>5c9063cf2d115b652ccdde6f72afc464b7085a18</id>
<content type='text'>
reverts commit 52981690687429b7c1cc8ac76fbf92560a6420e2.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reverts commit 52981690687429b7c1cc8ac76fbf92560a6420e2.</pre>
</div>
</content>
</entry>
<entry>
<title>snap: more yak-shaving</title>
<updated>2019-11-29T03:30:27+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-11-29T01:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c6d70d17860273c6de2c37c529b21c7b049210c5'/>
<id>c6d70d17860273c6de2c37c529b21c7b049210c5</id>
<content type='text'>
- generate decryption step
- skip job for PRs
- remove transfer.sh support
- deploy every (master) commit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- generate decryption step
- skip job for PRs
- remove transfer.sh support
- deploy every (master) commit
</pre>
</div>
</content>
</entry>
<entry>
<title>snap: add snapcraft secrets to CI</title>
<updated>2019-11-28T23:38:48+00:00</updated>
<author>
<name>Carlos Hernandez</name>
<email>carlos@techbyte.ca</email>
</author>
<published>2019-11-26T04:18:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8501e4a1ffcd520e5fcf437cbf03d015c7fdad2a'/>
<id>8501e4a1ffcd520e5fcf437cbf03d015c7fdad2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>snap: add "snap" job to Travis CI</title>
<updated>2019-11-28T23:38:40+00:00</updated>
<author>
<name>Carlos Hernandez</name>
<email>carlos@techbyte.ca</email>
</author>
<published>2019-11-20T20:23:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6325ec90dce6f4280a0145160af8be5a783ce2ca'/>
<id>6325ec90dce6f4280a0145160af8be5a783ce2ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
