[gnome-continuous] Switch lighttpd to a tarball



commit 4c1567c42d49cf9936b443d0acb1c377d5da4dfb
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Sat Jul 26 00:16:18 2014 +0200

    Switch lighttpd to a tarball
    
    This is because the fetch from git.lighttpd.org has hung several
    times, stalling the whole resolve process.
    
    Specify rm-configure because otherwise once the tarball import
    process resets the timestamps, a maintainer-mode style rebuild
    rules want the aclocal that the tarball was generated with,
    which is newer than we have.

 manifest.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 5c7d421..6785a80 100644
--- a/manifest.json
+++ b/manifest.json
@@ -892,9 +892,10 @@
                              "tgt-disable-man.patch"],
                  "config-opts": ["--disable-man"]},
 
-               {"src": "lighttpd:lighttpd/lighttpd-1.x",
+               {"src": "tarball:http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.35.tar.xz";,
                  "name": "lighttpd",
-                 "tag": "lighttpd-1.4.x",
+                 "rm-configure": true,
+                 "checksum": "113e9b72ccbd1da5deb0774bf93cf0ca15dc82aad2da0f04e5ab27d37d3f30a3",
                  "component": "hwtest",
                 "config-opts": ["--without-pcre"]},
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]