gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] branch master updated (a7a217c5f -> 122fc5608)


From: gnunet
Subject: [gnurl] branch master updated (a7a217c5f -> 122fc5608)
Date: Thu, 07 Nov 2019 00:52:23 +0100

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

ng0 pushed a change to branch master
in repository gnurl.

    from a7a217c5f remove guix.scm
     new 81ea4b5a0 makefile
     new 8bff2c940 more makefile + documentation.
     new 122fc5608 ++

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 aux-gnurl/Makefile       |  8 ++++++--
 aux-gnurl/ReleaseProcess | 23 +++++------------------
 2 files changed, 11 insertions(+), 20 deletions(-)

diff --git a/aux-gnurl/Makefile b/aux-gnurl/Makefile
index 3e362fd73..ea0908b85 100644
--- a/aux-gnurl/Makefile
+++ b/aux-gnurl/Makefile
@@ -15,12 +15,16 @@ allfiles:
 lint:
        sh ./man_lint.sh
 
+# TODO: finally drop the gmake dependency.
 .PHONY: release
 release:
        (cd .. ; sh ./buildconf)
        (cd .. ; CC="ccache cc" sh ./configure-gnurl)
-       (cd .. ; make)
-       (cd .. ; make -C tests test)
+       (cd .. ; gmake)
+       (cd .. ; gmake -C tests test)
+#      (cd .. ; gmake distcheck)
+       (cd .. ; gmake clean ; cd aux-gnurl ; git restore Makefile)
+       (cd .. ; MAKE="gmake" ./maketgz 7.67.0)
 
 .PHONE: clean
 clean:
diff --git a/aux-gnurl/ReleaseProcess b/aux-gnurl/ReleaseProcess
index 35641b023..3eadc2117 100644
--- a/aux-gnurl/ReleaseProcess
+++ b/aux-gnurl/ReleaseProcess
@@ -1,25 +1,12 @@
 # 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
+git fetch --all ; git pull ; git merge $latest_curl_tag
 
-make clean
-make autoclean
-guix build -f gnurl-guix.scm
+cd aux-gnurl; make release
+#make clean ; make autoclean
+#./buildconf ; CC="ccache cc" ./configure-gnurl ; make
+#make test
 
-./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
 

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



reply via email to

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