Package Details: sw-hg r42.2c909bacb97d-2

Package Base: sw-hg
Description: Suckless Web-framework
Upstream URL: http://nibble.develsec.org/projects/sw.html
Category: devel
Licenses: unknown
Submitter: lowfatcomputing
Maintainer: lowfatcomputing
Last Packager: None
Votes: 2
First Submitted: 2012-08-06 13:36
Last Updated: 2013-12-27 18:57

Dependencies (0)

Required by (0)

Sources

Latest Comments

Comment by lowfatcomputing

2013-12-27 18:59

Updated. It should work now.

Comment by mlotze

2013-12-18 12:22

Build fails with

==> Starting build()...
==> Connecting to Mercurial server....
abort: 'http://nibble.develsec.org/hg/' does not appear to be an hg repository:


My workaround:

--- PKGBUILD.old 2013-12-18 13:17:29.647355212 +0100
+++ PKGBUILD 2013-12-18 13:11:38.690670925 +0100
@@ -20,6 +20,7 @@

_hgroot=http://nibble.develsec.org/hg/
_hgrepo=sw
+_hgcat=http://nibble.develsec.org/hg/sw

build() {
cd "$srcdir"
@@ -30,7 +31,8 @@
hg pull -u
msg "The local files are updated."
else
- hg clone "$_hgroot" "$_hgrepo"
+ #hg clone "$_hgroot" "$_hgrepo"
+ hg clone "$_hgcat"
fi

msg "Mercurial checkout done or server timeout"