<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/git-interface/git-serve.py, branch maint</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/git-interface/git-serve.py?h=maint</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/git-interface/git-serve.py?h=maint'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2016-02-09T20:03:47Z</updated>
<entry>
<title>git-serve: Change syntax for setting keywords</title>
<updated>2016-02-09T20:03:47Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2016-02-08T06:39:57Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=dc41a5afa5dbbfbca4a711b9059c4b7dc8cbeb72'/>
<id>urn:sha1:dc41a5afa5dbbfbca4a711b9059c4b7dc8cbeb72</id>
<content type='text'>
Instead of `config &lt;pkgbase&gt; keywords &lt;keyword1&gt; &lt;keyword2&gt;...`, the new
syntax is `set-keywords &lt;pkgbase&gt; &lt;keyword1&gt; &lt;keyword2&gt;...`.

The `config` keyword was rather general and it was not obvious that it
could be used to change package base settings. Instead of replacing it
with an even more verbose expression, remove that unnecessary level of
indirection. Since we do not (and probably never will) support keywords
anywhere else, the chance of name conflicts is small.

Suggested-by: Dave Reisner &lt;dreisner@archlinux.org&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Rename the CommentNotify table to PackageNotifications</title>
<updated>2016-02-07T09:39:22Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-11-10T18:26:57Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3412de21d32708b44d1fb3011649734e3cc67d9b'/>
<id>urn:sha1:3412de21d32708b44d1fb3011649734e3cc67d9b</id>
<content type='text'>
As a preparatory step to adding support for package notifications on
events other than comments, rename the database table accordingly.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Fix issues reported by pyflakes</title>
<updated>2016-02-06T15:23:01Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2016-02-06T15:23:01Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=f8b3cb97e54f9de73c6c2fca0cfade7e1657f1e4'/>
<id>urn:sha1:f8b3cb97e54f9de73c6c2fca0cfade7e1657f1e4</id>
<content type='text'>
Fix several style issues and remove unneeded imports/assignments.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>git-serve: Fix pkgbase_exists()</title>
<updated>2015-11-26T16:22:22Z</updated>
<author>
<name>Mark Weiman</name>
<email>mark.weiman@markzz.com</email>
</author>
<published>2015-11-26T15:22:47Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=39280152ea66077d20acc795b72105fd38e362f8'/>
<id>urn:sha1:39280152ea66077d20acc795b72105fd38e362f8</id>
<content type='text'>
Fixes a regression introduced in 8c87b1d (git-serve: Add support for
setting keywords, 2015-10-22).

Signed-off-by: Mark Weiman &lt;mark.weiman@markzz.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>git-serve: Add support for setting keywords</title>
<updated>2015-10-24T14:22:43Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-22T16:56:59Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8c87b1df0c0273006892d5947aad64034ee8ec9d'/>
<id>urn:sha1:8c87b1df0c0273006892d5947aad64034ee8ec9d</id>
<content type='text'>
This allows for setting keywords using the SSH interface. The syntax is
`config &lt;pkgbase&gt; keywords &lt;keyword1&gt; &lt;keyword2&gt;...`.

Implements FS#45627.

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>git-serve: Drop direct AccountType checking, use AUR_PRIVILEGED</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-23T12:18:14Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e93f198edef454d179e6524d5162de0a014e5649'/>
<id>urn:sha1:e93f198edef454d179e6524d5162de0a014e5649</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>git: Use AUR_USER env var instead of ForceCommand argument</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-23T12:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e9485531be24b090162ec317bd3a3de3ec9a3d82'/>
<id>urn:sha1:e9485531be24b090162ec317bd3a3de3ec9a3d82</id>
<content type='text'>
Also add an utility function for formatting the ForceCommand, using
shlex.quote to quote the value.

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>git: Use .format everywhere instead of %</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-27T10:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ae2907a57ec50bba2c74d4ce1d137fe822fddf3b'/>
<id>urn:sha1:ae2907a57ec50bba2c74d4ce1d137fe822fddf3b</id>
<content type='text'>
% formatting is deprecated, and .format should be used instead.

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>git-serve: Support cloning with simplified paths</title>
<updated>2015-06-12T14:58:00Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-12T14:56:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3158e038c8565232c2f3aec4a736a4a047935d56'/>
<id>urn:sha1:3158e038c8565232c2f3aec4a736a4a047935d56</id>
<content type='text'>
This commit adds support for cloning repositories over SSH without a
leading slash or with a trailing .git

Fixes FS#45260

Signed-off-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
</feed>
