unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: guix-devel@gnu.org
Subject: Large git repositories
Date: Mon, 12 Jan 2015 23:03:32 +0100	[thread overview]
Message-ID: <20150112220332.GA20174@debian> (raw)

Hello,

I am trying to package the droid font family. It appears to be available
only via the android git at:
   https://android.googlesource.com/platform/frameworks/base/+/android-4.4.4_r2.0.1/data/fonts/
where
   https://android.googlesource.com/platform/frameworks/base.git
defines the git repository.

This page contains a tgz download link:
   https://android.googlesource.com/platform/frameworks/base/+archive/android-4.4.4_r2.0.1/data/fonts.tar.gz
Unfortunately, the file seems to be generated on the fly and have a
different hash value each time.

The git-reference method seems to clone all of the repository, which has
about 1.5 GB. I tried several methods by hand, such as
   git clone -b android-4.4.4_r2.0.1 https://android.googlesource.com/platform/frameworks/base.git data/fonts
or
   git init; git fetch https://android.googlesource.com/platform/frameworks/base.git android-4.4.4_r2.0.1
but all of them apparently download the full repository.

I also tried
   git archive --remote=https://android.googlesource.com/platform/frameworks/base.git android-4.4.4_r2.0.1 data/fonts
but the git server apparently does not support this:
fatal: Operation not supported by protocol.
(and I am also not sure that the output would have a fixed hash).

Do you see any solution to this problem?

Andreas

             reply	other threads:[~2015-01-12 22:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-12 22:03 Andreas Enge [this message]
2015-01-12 22:45 ` Large git repositories Andreas Enge
2015-01-12 23:01   ` Andreas Enge
2015-01-13 10:32   ` Ludovic Courtès
2015-01-13 13:31 ` Amirouche Boubekki
2015-01-22 19:19   ` Andreas Enge
2015-01-23  8:35     ` Ludovic Courtès

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20150112220332.GA20174@debian \
    --to=andreas@enge.fr \
    --cc=guix-devel@gnu.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).