<feed xmlns='http://www.w3.org/2005/Atom'>
<title>soledad.git/pkg, branch 8978</title>
<subtitle>[soledad]
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/'/>
<entry>
<title>[pkg] use /var/lib/soledad as home directory for users</title>
<updated>2017-09-14T15:04:56+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-13T15:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=4946d4ec8c5a4fd26f5eef018bcc60442e9df737'/>
<id>4946d4ec8c5a4fd26f5eef018bcc60442e9df737</id>
<content type='text'>
The soledad-server debian package adds 2 users (soledad and
soledad-admin), and was previously using /srv/leap as their home
directories. As we are now using /var/lib/soledad for blobs, it also
makes sense to have soledad users' home directories be set for
/var/lib/soledad. This commit implements that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The soledad-server debian package adds 2 users (soledad and
soledad-admin), and was previously using /srv/leap as their home
directories. As we are now using /var/lib/soledad for blobs, it also
makes sense to have soledad users' home directories be set for
/var/lib/soledad. This commit implements that.
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] ensure that script's execution is aborted on errors</title>
<updated>2017-09-07T20:20:15+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-07T19:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=bcc421453667e57034cda787bcda812d2b31427d'/>
<id>bcc421453667e57034cda787bcda812d2b31427d</id>
<content type='text'>
Avoid the "maintainer-script-ignores-errors postinst" error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid the "maintainer-script-ignores-errors postinst" error.
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] remove deprecated init script</title>
<updated>2017-09-05T15:06:44+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2017-09-05T14:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=bab0f4f698de7206c061123af073557f62836f94'/>
<id>bab0f4f698de7206c061123af073557f62836f94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] improve naming and fixes from code review</title>
<updated>2017-09-05T14:08:47+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-29T20:05:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=da26a7f22c6ea77bc417d1184c2a0a4f976669a2'/>
<id>da26a7f22c6ea77bc417d1184c2a0a4f976669a2</id>
<content type='text'>
-- Related: #8867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Related: #8867
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] check for conflicting ports + systemd fixes</title>
<updated>2017-09-05T14:08:47+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-29T00:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=508fa68d7a2a7d7ef68a39df33b4c57e2260dfe6'/>
<id>508fa68d7a2a7d7ef68a39df33b4c57e2260dfe6</id>
<content type='text'>
-- Related: #8867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Related: #8867
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] update soledad-server.service to use tac</title>
<updated>2017-09-05T14:08:47+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-25T08:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=75a1e40517329c3f460431ead2d67fd9cf7732dc'/>
<id>75a1e40517329c3f460431ead2d67fd9cf7732dc</id>
<content type='text'>
-- Related: #8867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Related: #8867
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] move server.tac to server src folder</title>
<updated>2017-09-05T14:08:47+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-25T08:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=f26c027f1db489018c724a192309b93a8d8357c0'/>
<id>f26c027f1db489018c724a192309b93a8d8357c0</id>
<content type='text'>
This way the file gets copied during package install.

-- Related: #8867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the file gets copied during package install.

-- Related: #8867
</pre>
</div>
</content>
</entry>
<entry>
<title>[refactor] add localhost endpoint to server tac</title>
<updated>2017-09-05T14:08:47+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-23T08:25:54+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=90685484c829d98db74dfd8e1cf01ed418f3c423'/>
<id>90685484c829d98db74dfd8e1cf01ed418f3c423</id>
<content type='text'>
-- Related: #8867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Related: #8867
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature] add a tac file for server</title>
<updated>2017-09-05T14:08:47+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2017-08-23T07:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=54f28b30c81da5f699cc90846f182377d9efb11a'/>
<id>54f28b30c81da5f699cc90846f182377d9efb11a</id>
<content type='text'>
-- Related: #8867
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-- Related: #8867
</pre>
</div>
</content>
</entry>
<entry>
<title>[pkg] Add missing soledad-server.postinst</title>
<updated>2017-06-28T16:45:11+00:00</updated>
<author>
<name>Varac</name>
<email>varac@leap.se</email>
</author>
<published>2017-06-28T16:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/soledad.git/commit/?id=dae33366b076bede7fa4657c5cf3b0726dbe428b'/>
<id>dae33366b076bede7fa4657c5cf3b0726dbe428b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
