guix-devel/guix
Christopher Baines 151cb9738a
git-download: Fix 'git-predicate' to use absolute paths.
git ls-files will return paths relative to the repository directory. This
commit prepends the repository directory to those paths when calling lstat,
such that 'git-predicate' works if the current working directory is not the
repository directory.

* guix/git-download.scm (git-predicate): Prepend repository directory to the
  file path when calling lstat.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-30 18:08:37 +02:00
..
build download: Work around GnuTLS bug with UTF-8 certificate file names. 2017-05-30 13:24:55 +02:00
build-system build-system: Add 'font-build-system'. 2017-05-28 19:30:05 +05:30
import import cran: Check if pkg-config is needed. 2017-05-16 21:43:35 +02:00
scripts scripts: Set thread names. 2017-05-28 23:13:39 +02:00
store
tests
base16.scm
base32.scm
base64.scm base64: Turn into a regular Guile module. 2017-05-25 14:25:17 +02:00
build-system.scm
cache.scm
combinators.scm
config.scm.in
cpio.scm
cve.scm
cvs-download.scm
derivations.scm
discovery.scm
docker.scm
download.scm download: Prune the ImageMagick mirror list. 2017-05-20 14:06:20 -04:00
elf.scm
ftp-client.scm
gcrypt.scm
gexp.scm
git-download.scm git-download: Fix 'git-predicate' to use absolute paths. 2017-05-30 18:08:37 +02:00
gnu-maintenance.scm
gnupg.scm
grafts.scm
graph.scm
hash.scm
hg-download.scm
http-client.scm
licenses.scm
memoization.scm
modules.scm modules: Raise an error when a dependency could not be found. 2017-05-25 14:25:17 +02:00
monad-repl.scm
monads.scm
nar.scm
packages.scm packages: Add aarch64-linux to %supported-systems. 2017-05-23 21:51:36 +03:00
pk-crypto.scm
pki.scm
profiles.scm profiles: Add elapsed time to manual-database hook to output message. 2017-05-20 10:15:47 +02:00
records.scm
scripts.scm
search-paths.scm
serialization.scm
sets.scm Add (guix sets). 2015-01-11 23:50:01 +01:00
ssh.scm
store.scm
svn-download.scm
tests.scm
ui.scm ui: Disable Guile deprecation warnings by default. 2017-05-16 14:31:37 +02:00
upstream.scm
utils.scm utils: 'compressed-file?' matches ".lzma" files. 2017-05-15 23:55:10 +02:00
workers.scm scripts: Set thread names. 2017-05-28 23:13:39 +02:00
zlib.scm