<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/scripts, branch v4.0.0-rc5</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/scripts?h=v4.0.0-rc5</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/scripts?h=v4.0.0-rc5'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2015-06-11T16:59:52Z</updated>
<entry>
<title>Add a field for package base popularity</title>
<updated>2015-06-11T16:59:52Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-11T16:41:58Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=824744f1d20614c25e972dda7a0b7ac9506dd46f'/>
<id>urn:sha1:824744f1d20614c25e972dda7a0b7ac9506dd46f</id>
<content type='text'>
Create a new field Popularity in the PackageBases table. The field is
updated by the popupdate script and reflects the popularity of a
package. Popularity is the sum of all votes with each vote being
weighted with a factor of 0.98 per day since its creation.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add popupdate script</title>
<updated>2015-06-11T16:59:46Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-11T16:33:32Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=0345914c5ce5e8ecafe3e90280bd58c0255fd9e0'/>
<id>urn:sha1:0345914c5ce5e8ecafe3e90280bd58c0255fd9e0</id>
<content type='text'>
This adds a simple script that can be used to recalculate the number of
votes per package. It can be used in a cronjob.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>aurblup: Fix path to configuration file</title>
<updated>2015-06-04T09:25:01Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-03T22:29:21Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=18292e71143fefec22f981356e7a79f208ae68dc'/>
<id>urn:sha1:18292e71143fefec22f981356e7a79f208ae68dc</id>
<content type='text'>
Fixes a regression introduced in commit 10ecd39 (Restructure scripts,
2015-06-01).

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Restructure scripts</title>
<updated>2015-06-02T08:34:34Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-01T21:36:14Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=10ecd3982decc31bda251ec73d00d6a903a75f9f'/>
<id>urn:sha1:10ecd3982decc31bda251ec73d00d6a903a75f9f</id>
<content type='text'>
* Move scripts/git-integration/ to git-interface/.
* Move scripts/aurblup/aurblup.py to scripts/aurblup.py.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>git-update: Check for missing install and source files</title>
<updated>2015-06-01T21:25:59Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-05-31T17:52:07Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=451e60d91d48d69ba6ae139794c5168804d59136'/>
<id>urn:sha1:451e60d91d48d69ba6ae139794c5168804d59136</id>
<content type='text'>
Suggested-by: Marcel Korpel &lt;marcel.korpel@gmail.com&gt;
Suggested-by: carstene1ns &lt;arch@carsten-teibes.de&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Use gitnamespaces for efficient storage</title>
<updated>2015-06-01T21:24:52Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-01T20:58:39Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b44411fb5399f75939a57f0ccc8166d06fa8ba6f'/>
<id>urn:sha1:b44411fb5399f75939a57f0ccc8166d06fa8ba6f</id>
<content type='text'>
Instead of using one Git repository per package, use a single large
object storage for space efficiency. The refs of the individual package
bases are divided using gitnamespaces(7) which allows for exposing each
namespace as an independent repository easily. Also, git-serve is
modified to create a branch for each package, allowing to browse the
large repository with cgit.

Helped-by: Florian Pritz &lt;bluewind@xinu.at&gt;
Helped-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Change default configuration to use SSH port 22</title>
<updated>2015-05-21T09:20:17Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-05-21T09:20:17Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c3614c4f097f1a37485672b04759c5c163f1cf42'/>
<id>urn:sha1:c3614c4f097f1a37485672b04759c5c163f1cf42</id>
<content type='text'>
We no longer run a separate SSH daemon on port 2222. Change the default
configuration accordingly. Also remove some configuration files that are
no longer needed.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove the OpenSSH patch</title>
<updated>2015-05-21T08:54:20Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-05-21T08:48:23Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=42b9e4dd2870949f8dfb91e524bc13f98abd7a7d'/>
<id>urn:sha1:42b9e4dd2870949f8dfb91e524bc13f98abd7a7d</id>
<content type='text'>
Extended AuthorizedKeysCommand parameters are now officially supported
by OpenSSH.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Update the OpenSSH patch</title>
<updated>2015-04-11T12:08:30Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-04-11T11:25:59Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ef1f3798a0d06fa5e3ba9ae9cda0d1000e4cc57b'/>
<id>urn:sha1:ef1f3798a0d06fa5e3ba9ae9cda0d1000e4cc57b</id>
<content type='text'>
Use the latest version of Damien Miller's patch to extend the parameters
to the AuthorizedKeysCommand.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Rename the AUR software to aurweb</title>
<updated>2015-02-04T08:50:01Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2015-01-30T06:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=cc1e8aed3059c62d56bccfc07f3041901cec8ebb'/>
<id>urn:sha1:cc1e8aed3059c62d56bccfc07f3041901cec8ebb</id>
<content type='text'>
Rename the project to help differentiate between the software providing
access to the Arch User Repository and the collection of source packages
itself.

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