<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/conf, branch pu-maint</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/conf?h=pu-maint</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/conf?h=pu-maint'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2016-02-06T15:12:33Z</updated>
<entry>
<title>config.proto: Do not use the ssh+git scheme</title>
<updated>2016-02-06T15:12:33Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2016-02-06T15:12:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=aaa138cd38d919072fd56d58b1eb32d5e3bc1e80'/>
<id>urn:sha1:aaa138cd38d919072fd56d58b1eb32d5e3bc1e80</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>cgitrc.proto: Add the aurweb favicon</title>
<updated>2015-12-13T09:22:59Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-12-12T23:45:40Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=76aea988f6ca200f0d4ecf54bb2fbfb0f85e4e19'/>
<id>urn:sha1:76aea988f6ca200f0d4ecf54bb2fbfb0f85e4e19</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Make the notification script configurable</title>
<updated>2015-11-14T08:27:35Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-11-10T19:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a114476e8134f27d2dd33b1f023535e3cc8bd094'/>
<id>urn:sha1:a114476e8134f27d2dd33b1f023535e3cc8bd094</id>
<content type='text'>
Add a configuration option to set the path of the notification script.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove trailing slash from git urls</title>
<updated>2015-08-16T19:37:51Z</updated>
<author>
<name>Stefan Auditor</name>
<email>stefan.auditor@erdfisch.de</email>
</author>
<published>2015-08-16T12:18:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ff659fa05c3da5acde9c22c406daab807c22db51'/>
<id>urn:sha1:ff659fa05c3da5acde9c22c406daab807c22db51</id>
<content type='text'>
Circumvents the temporary regression in git that clones a repository
as foo-git.git instead of foo-git and matches the format used by
other commonly used git hosting providers.

Fixes FS#45834.

Signed-off-by: Stefan Auditor &lt;stefan.auditor@erdfisch.de&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add a restore command to the SSH interface</title>
<updated>2015-08-16T04:49:12Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-08-14T11:09:57Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=4112e572aadbbc552749398010257be3a3ba802b'/>
<id>urn:sha1:4112e572aadbbc552749398010257be3a3ba802b</id>
<content type='text'>
Implement a new command that can be used to restore deleted package
bases without having to push a new commit.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Port notification routines to Python</title>
<updated>2015-08-08T10:59:23Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-27T20:20:48Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=9746a654736cba12c234f3c1b3d7b67427678ce3'/>
<id>urn:sha1:9746a654736cba12c234f3c1b3d7b67427678ce3</id>
<content type='text'>
Use a Python script for sending notification emails. The notification
action and additional parameters are passed via command line arguments.
For comment and package request notifications, the text is passed via
stdin.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Update sample configuration for Smart HTTP</title>
<updated>2015-06-28T16:03:21Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-28T16:02:38Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c89bf51af26003d01fb73eece3899c2b6e97e7bd'/>
<id>urn:sha1:c89bf51af26003d01fb73eece3899c2b6e97e7bd</id>
<content type='text'>
Using uWSGI for the Smart HTTP protocol caused some issues, see e.g.
FS#45428. Suggest using fcgiwrap instead which is more lightweight, has
better documentation and is easier to debug.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove hostname from URLPath in JSON RPC</title>
<updated>2015-06-19T12:43:08Z</updated>
<author>
<name>Mikkel Oscar Lyderik</name>
<email>mikkeloscar@gmail.com</email>
</author>
<published>2015-06-19T08:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ec7e16369948cd9201d756d37c56be0f1f255d32'/>
<id>urn:sha1:ec7e16369948cd9201d756d37c56be0f1f255d32</id>
<content type='text'>
Prior to aurweb 4.0.0, URLPath in the JSON RPC didn't include the host
name, only the path.

This removes the host name and makes the URL compatible with programs
expecting the old semantics (i.e. cower).

Closes FS#45333.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>config.proto: Add sample fingerprints section</title>
<updated>2015-06-14T15:58:56Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-14T13:17:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=9d0f07ddefe5e8eff4f2eb4b39948daab354fb32'/>
<id>urn:sha1:9d0f07ddefe5e8eff4f2eb4b39948daab354fb32</id>
<content type='text'>
Signed-off-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Support exceptions in the maintenance mode</title>
<updated>2015-06-11T12:48:01Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-11T12:41:06Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=078f7256e3424c3fad304a3c90f735c88060d277'/>
<id>urn:sha1:078f7256e3424c3fad304a3c90f735c88060d277</id>
<content type='text'>
Allow for excluding certain IP addresses from the maintenance mode. This
allows administrators to view the web page while the site is still under
maintenance for the rest of the world.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
</feed>
