<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/git-interface, branch v4.0.0-rc6</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/git-interface?h=v4.0.0-rc6</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/git-interface?h=v4.0.0-rc6'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2015-06-27T11:04:03Z</updated>
<entry>
<title>git-update: Improve error message on invalid pkgbase</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-27T09:58:17Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d0be66015ab86ecdc34025bb870e8e4d5897ceec'/>
<id>urn:sha1:d0be66015ab86ecdc34025bb870e8e4d5897ceec</id>
<content type='text'>
When the package base does not match the repository name, we currently
show an error message that only mentions the package base name:

    error: invalid pkgbase: yate-qt4

To the end user this sounds like the package base name is malformed
itself (and we show exactly the same error message when it contains
invalid characters, indeed). Clarify that there is a name mismatch by
also printing the expected value:

    error: invalid pkgbase: yate-qt4, expected: yate4-qt

Inspired by FS#45483.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add support for multiple SSH public keys</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-26T06:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b036b436aa64be000481f8d1da30ff53d4bcb889'/>
<id>urn:sha1:b036b436aa64be000481f8d1da30ff53d4bcb889</id>
<content type='text'>
Attaching more than one SSH public key to the same account is useful,
e.g. if one uses different machines to access the AUR SSH interface.
Multiple keys can now be specified by adding multiple lines to the text
area on the account edit form.

Implements FS#45469.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
Acked-by: Leonidas Spyropoulos &lt;artafinde@gmail.com&gt;
</content>
</entry>
<entry>
<title>git-update: Allow privileged users to bypass blacklist</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:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=4da759e638d13c857f9f02c6513b91bd0ccea73b'/>
<id>urn:sha1:4da759e638d13c857f9f02c6513b91bd0ccea73b</id>
<content type='text'>
Fixes FS#45410.

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: 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-auth: Set AUR_PRIVILEGED env var for TUs &amp; devs</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:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ed0e2fd9751a04c759cd864aa838bc1f4e1ccd79'/>
<id>urn:sha1:ed0e2fd9751a04c759cd864aa838bc1f4e1ccd79</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>Make url and pkgdesc fields optional</title>
<updated>2015-06-20T12:29:43Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-20T10:47:23Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=61cdf09cd0581940639d0a6ebf09788f61b93eb9'/>
<id>urn:sha1:61cdf09cd0581940639d0a6ebf09788f61b93eb9</id>
<content type='text'>
The url and pkgdesc PKGBUILD variables are optional, so they should be
in the AUR as well.

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-update: Remove regex matching of URL</title>
<updated>2015-06-20T12:28:23Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-20T10:47:22Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=5d9a80a546265d7c746b236a186a142bc3ecc35e'/>
<id>urn:sha1:5d9a80a546265d7c746b236a186a142bc3ecc35e</id>
<content type='text'>
The regex check that a URL is either http or ftp doesn't really have any
use, and it forces you to leave proper URLs for eg projects hosted on
gopher empty.

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-update: Fix parsing of versioned optdepends</title>
<updated>2015-06-14T15:58:56Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-14T09:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3bc44963280758f9e057943081e0b7a2f5541aff'/>
<id>urn:sha1:3bc44963280758f9e057943081e0b7a2f5541aff</id>
<content type='text'>
Fixes FS#43649.

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