<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/tupkg/update, branch 1.5.4</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/tupkg/update?h=1.5.4</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/tupkg/update?h=1.5.4'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2008-12-11T02:11:52Z</updated>
<entry>
<title>Add some more error checking to tupkgupdate.</title>
<updated>2008-12-11T02:11:52Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-10T06:51:50Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=5b47a29d2b0665f41ddd2e045ef926e8b3aa2368'/>
<id>urn:sha1:5b47a29d2b0665f41ddd2e045ef926e8b3aa2368</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix incorrect indentation causing errors in tupkgupdate.</title>
<updated>2008-12-11T01:14:23Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-11T01:14:23Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a195e38901915567ad0e6c3b3ae252434bf99b47'/>
<id>urn:sha1:a195e38901915567ad0e6c3b3ae252434bf99b47</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>2008-12-10T23:57:59Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-10T23:57:59Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=9023b22c8b2c729d44ba979148f1b6d127c1c2a1'/>
<id>urn:sha1:9023b22c8b2c729d44ba979148f1b6d127c1c2a1</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Replace deprecated os.popen2 with subprocess.Popen in tupkgupdate.</title>
<updated>2008-12-04T20:23:58Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-12-04T20:23:58Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=cf2a97701a51b5644d5923a6f18af4dc263ea9b0'/>
<id>urn:sha1:cf2a97701a51b5644d5923a6f18af4dc263ea9b0</id>
<content type='text'>
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>Rework tupkgupdate scripts.</title>
<updated>2008-11-27T04:04:28Z</updated>
<author>
<name>Loui Chang</name>
<email>louipc.ist@gmail.com</email>
</author>
<published>2008-11-24T10:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b513130f3ac9f291326a3bcf455252c0c31c0e71'/>
<id>urn:sha1:b513130f3ac9f291326a3bcf455252c0c31c0e71</id>
<content type='text'>
Most work is done on tupkgupdate.
Fix some indentation problems.
Add some whitespace for style points.
Add a new --config switch to specify a config file path.
Add a new usage() function that documents the switches more clearly.
Delete all gensync code.

Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>tupkgupdate: remove dead code</title>
<updated>2008-11-12T11:59:12Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2008-11-12T01:37:21Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=53bb32a15a7b34ebe95c52b6e31d4cd9666d4ae6'/>
<id>urn:sha1:53bb32a15a7b34ebe95c52b6e31d4cd9666d4ae6</id>
<content type='text'>
Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>tupkgupdate: add config_use_db check to allow skipping of DB operations</title>
<updated>2008-11-12T11:59:12Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2008-11-12T01:37:20Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3c8442d70c006c99b06cd3995303c7ecca76b461'/>
<id>urn:sha1:3c8442d70c006c99b06cd3995303c7ecca76b461</id>
<content type='text'>
This should prevent us from needing to completely duplicate the tupkgupdate
script for x86_64, where we currently skip the DB updates step.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>tupkgupdate: expand all tabs</title>
<updated>2008-11-12T11:59:12Z</updated>
<author>
<name>Dan McGee</name>
<email>dan@archlinux.org</email>
</author>
<published>2008-11-12T01:37:19Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7a1169431a568dc66cb84af225a4b1c5f03a8a71'/>
<id>urn:sha1:7a1169431a568dc66cb84af225a4b1c5f03a8a71</id>
<content type='text'>
90% of them were already expanded. Adjust the mode line accordingly.

Signed-off-by: Dan McGee &lt;dan@archlinux.org&gt;
Signed-off-by: Loui Chang &lt;louipc.ist@gmail.com&gt;
</content>
</entry>
<entry>
<title>updated tupkgupdate64 to match tupkgupdate new changes</title>
<updated>2007-06-16T12:40:00Z</updated>
<author>
<name>pjmattal</name>
<email>pjmattal</email>
</author>
<published>2007-06-16T12:40:00Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=256eb2543c320088abd3fb801ad4000a41a91656'/>
<id>urn:sha1:256eb2543c320088abd3fb801ad4000a41a91656</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added modified tupkgupdate and tupkgupdate64</title>
<updated>2007-06-16T12:29:43Z</updated>
<author>
<name>pjmattal</name>
<email>pjmattal</email>
</author>
<published>2007-06-16T12:29:43Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=df8c5ef53a4d4e09fbe41ba58e0a181fc0898a2e'/>
<id>urn:sha1:df8c5ef53a4d4e09fbe41ba58e0a181fc0898a2e</id>
<content type='text'>
</content>
</entry>
</feed>
