List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH v1 1/1] get snapshots from github
@ 2012-11-03 16:07 mailings
  2012-11-03 23:55 ` Jason
  0 siblings, 1 reply; 3+ messages in thread
From: mailings @ 2012-11-03 16:07 UTC (permalink / raw)


From: Ferry Huberts <ferry.huberts at pelagic.nl>

Expected to have more bandwidth and be more reliable than hjemli.net

Signed-off-by: Ferry Huberts <ferry.huberts at pelagic.nl>
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 93c5003..1873809 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ pdfdir = $(docdir)
 mandir = $(prefix)/share/man
 SHA1_HEADER = <openssl/sha.h>
 GIT_VER = 1.7.4
-GIT_URL = http://hjemli.net/git/git/snapshot/git-$(GIT_VER).tar.bz2
+GIT_URL = https://github.com/git/git/archive/v$(GIT_VER).tar.gz
 INSTALL = install
 MAN5_TXT = $(wildcard *.5.txt)
 MAN_TXT  = $(MAN5_TXT)
@@ -249,7 +249,7 @@ clean-doc:
 	rm -f cgitrc.5 cgitrc.5.html cgitrc.5.pdf cgitrc.5.xml cgitrc.5.fo
 
 get-git:
-	curl $(GIT_URL) | tar -xjf - && rm -rf git && mv git-$(GIT_VER) git
+	curl -L $(GIT_URL) | tar -xzf - && rm -rf git && mv git-$(GIT_VER) git
 
 tags:
 	$(QUIET_TAGS)find . -name '*.[ch]' | xargs ctags
-- 
1.7.11.7





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v1 1/1] get snapshots from github
  2012-11-03 16:07 [PATCH v1 1/1] get snapshots from github mailings
@ 2012-11-03 23:55 ` Jason
  2012-11-04 10:56   ` mailings
  0 siblings, 1 reply; 3+ messages in thread
From: Jason @ 2012-11-03 23:55 UTC (permalink / raw)


Thanks, merged:
http://git.zx2c4.com/cgit/commit/?id=f5d004e598c7e6138a75a26316c656123bc94ce4


-- 
Jason A. Donenfeld
Deep Space Explorer
+33 6 51 90 82 66
www.jasondonenfeld.com



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v1 1/1] get snapshots from github
  2012-11-03 23:55 ` Jason
@ 2012-11-04 10:56   ` mailings
  0 siblings, 0 replies; 3+ messages in thread
From: mailings @ 2012-11-04 10:56 UTC (permalink / raw)




On 04/11/12 00:55, Jason A. Donenfeld wrote:
> Thanks, merged:

Don't know what you did, but that commit is not my patch.
please revert it and apply my patch.

the tar options are messed up

> http://git.zx2c4.com/cgit/commit/?id=f5d004e598c7e6138a75a26316c656123bc94ce4
>
>
> --
> Jason A. Donenfeld
> Deep Space Explorer
> +33 6 51 90 82 66
> www.jasondonenfeld.com <http://www.jasondonenfeld.com>
>

-- 
Ferry Huberts




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-04 10:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-03 16:07 [PATCH v1 1/1] get snapshots from github mailings
2012-11-03 23:55 ` Jason
2012-11-04 10:56   ` mailings

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).