update the dmdirc-nightly date
authorAnders Bergh <anders1@gmail.com>
Mon, 17 Dec 2007 05:30:04 +0100
changeset 4 946a11dbdb23
parent 3 21b0b0f2b2cd
child 5 f29a43ca4760
child 6 917f1dbdf849
update the dmdirc-nightly date add x86_64 to luafilesystem remove *.old from the repos before rsyncing
.hgignore
sources/dmdirc-nightly/PKGBUILD
sources/luafilesystem/PKGBUILD
utils/syncrepo.sh
--- a/.hgignore	Mon Dec 17 05:25:25 2007 +0100
+++ b/.hgignore	Mon Dec 17 05:30:04 2007 +0100
@@ -5,5 +5,6 @@
 *.gz
 *.bz2
 *.zip
+*.jar
 pkg
 src
--- a/sources/dmdirc-nightly/PKGBUILD	Mon Dec 17 05:25:25 2007 +0100
+++ b/sources/dmdirc-nightly/PKGBUILD	Mon Dec 17 05:30:04 2007 +0100
@@ -1,6 +1,6 @@
 # Contributor: Anders Bergh <anders1@gmail.com>
 pkgname=dmdirc-nightly
-pkgver=20071103
+pkgver=20071217
 pkgrel=1
 pkgdesc="DMDirc is a cross-platform IRC client written in Java."
 arch=(i686 x86_64)
--- a/sources/luafilesystem/PKGBUILD	Mon Dec 17 05:25:25 2007 +0100
+++ b/sources/luafilesystem/PKGBUILD	Mon Dec 17 05:30:04 2007 +0100
@@ -1,9 +1,9 @@
 # Contributor: Anders Bergh <anders1@gmail.com>
 pkgname=luafilesystem
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="File System Library for the Lua Programming Language"
-arch=(i686)
+arch=(i686 x86_64)
 url="http://www.keplerproject.org/luafilesystem/"
 license=('custom')
 depends=(lua)
--- a/utils/syncrepo.sh	Mon Dec 17 05:25:25 2007 +0100
+++ b/utils/syncrepo.sh	Mon Dec 17 05:30:04 2007 +0100
@@ -10,6 +10,9 @@
 HTDOCS=/srv/hg/happymars/htdocs
 #-------------------------------------------------------------------------------
 
+rm ../htdocs/i686/*.old
+rm ../htdocs/x86_64/*.old
+
 rsync -zrptL -e ssh ../htdocs/i686/ $USER@$SERVER:$HTDOCS/i686/
 echo "Finished syncing i686"
 rsync -zrptL -e ssh ../htdocs/x86_64/ $USER@$SERVER:$HTDOCS/x86_64/