gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated: import of old repository


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: import of old repository
Date: Thu, 31 May 2018 15:50:06 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new 5cf58a8cf import of old repository
5cf58a8cf is described below

commit 5cf58a8cffb0bea521f5cd33dfc2c5bff1baee56
Author: Nils Gillmann <address@hidden>
AuthorDate: Thu May 31 13:50:32 2018 +0000

    import of old repository
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 aux-gnurl/ReleaseProcess | 39 +++++++++++++++++++++++++++++++++++++++
 aux-gnurl/sed.sh         |  4 ++++
 2 files changed, 43 insertions(+)

diff --git a/aux-gnurl/ReleaseProcess b/aux-gnurl/ReleaseProcess
new file mode 100644
index 000000000..91866ba43
--- /dev/null
+++ b/aux-gnurl/ReleaseProcess
@@ -0,0 +1,39 @@
+# May this be automated one day.
+
+git checkout master
+git pull upstream master
+git checkout -b gnurl-$new curl-$new
+git cherry-pick `git log gnurl-$old | head -n 1 | cut -c8-`
+git mergetool
+git cherry-pick --continue
+
+make clean
+make autoclean
+guix build -f gnurl-guix.scm
+
+# XXX: Fix the one remaining /gnu/store/… reference in shebang
+./buildconf
+./configure --enable-ipv6 --with-gnutls --without-libssh2 
--without-libmetalink \ 
+--without-winidn --without-librtmp --without-nghttp2 --without-nss 
--without-cyassl \
+--without-polarssl --without-ssl --without-winssl --without-darwinssl 
--disable-sspi \
+--disable-ntlm-wb --disable-ldap --disable-rtsp --disable-dict 
--disable-telnet --disable-tftp \
+--disable-pop3 --disable-imap --disable-smtp --disable-gopher \
+--disable-file --disable-ftp --disable-smb
+make
+make test
+make distcheck
+make clean
+
+git push .....
+git diff HEAD^ HEAD > ../gnurl-$new.diff
+
+# XXX: The procedure below should be replaced by a fixed "make dist"!
+cp -a . ../gnurl-$new
+cd ..
+rm -rf gnurl-$new/.git
+tar cjf gnurl-$new.tar.bz2 gnurl-$new
+# XXX: Do .tar.xz and .zip releases as soon as drupal website is gone!
+rm -rf gnurl-$new
+gpg --local-user A88C8ADD129828D7EAC02E52E22F9BBFEE348588 --detach-sig 
gnurl-$new.tar.bz2
+# login and upload.
+
diff --git a/aux-gnurl/sed.sh b/aux-gnurl/sed.sh
new file mode 100755
index 000000000..24f822585
--- /dev/null
+++ b/aux-gnurl/sed.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+sed -i 's/<curl\/curl.h>/<gnurl\/curl.h>/g' *
+sed -i 's/<curl\/curl.h>/<gnurl\/curl.h>/g' docs/libcurl/*
+sed -i 's/<curl\/curl.h>/<gnurl\/curl.h>/g' docs/libcurl/opts/*

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]