CCAN Archive mirror
 help / color / mirror / Atom feed
From: Joel Stanley <joel@jms.id.au>
To: ccan@lists.ozlabs.org
Subject: [PATCH 1/3] Makefile-web: Download prettify from git
Date: Wed,  9 Dec 2015 11:47:50 +1030	[thread overview]
Message-ID: <1449623872-12857-1-git-send-email-joel@jms.id.au> (raw)

The SVN mirror disappeared some time ago. It now lives on Github.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 Makefile-web | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile-web b/Makefile-web
index a84b95902034..3b9f11124824 100644
--- a/Makefile-web
+++ b/Makefile-web
@@ -29,7 +29,7 @@ $(WEB_SUBDIRS): $(WEBDIR)
 	mkdir -p $@
 
 $(PRETTIFY):
-	svn checkout http://google-code-prettify.googlecode.com/svn/trunk/ $(WEBDIR)/prettify
+	git clone --depth=1 https://github.com/google/code-prettify.git $(WEBDIR)/prettify
 
 $(WEBDIR)/junkcode/%.tar.bz2: junkcode/% $(WEBDIR)/junkcode
 	git ls-files -z $< | xargs -0 -x tar cvfj $@ 
-- 
2.6.2

_______________________________________________
ccan mailing list
ccan@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/ccan

             reply	other threads:[~2015-12-09  1:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-09  1:17 Joel Stanley [this message]
2015-12-09  1:17 ` [PATCH 2/3] web/logo: Use a relative protocol Joel Stanley
2015-12-09  1:17 ` [PATCH 3/3] Makefile-web: Quote the names in the error message Joel Stanley
2015-12-09  3:06   ` Rusty Russell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449623872-12857-1-git-send-email-joel@jms.id.au \
    --to=joel@jms.id.au \
    --cc=ccan@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).