unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 62f6cb0fab99d69d54da5bca4ed11e5c486e0b4c 443 bytes (raw)
name: bootstrap 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
#!/bin/sh
# Create the build system.

set -e -x

# Generate stubs for translations.
langs=`find po/doc -type f -name '*.po' \
        | sed -e 's,guix-manual\.,,' \
        | xargs -n 1 -I{} basename {} .po`
for lang in ${langs}; do
    if [ ! -e "doc/guix.${lang}.texi" ]; then
	echo "@setfilename guix.${lang}.info" > "doc/guix.${lang}.texi"
	echo "@include version-${lang}.texi" >> "doc/guix.${lang}.texi"
    fi
done

exec autoreconf -vfi

debug log:

solving 62f6cb0fab ...
found 62f6cb0fab in https://yhetil.org/guix-devel/20190423024342.1abcff62@gmail.com/
found cb774bc737 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100755 cb774bc737f8709cc80e1eebaf6cb94d8e152d08	bootstrap

applying [1/1] https://yhetil.org/guix-devel/20190423024342.1abcff62@gmail.com/
diff --git a/bootstrap b/bootstrap
index cb774bc737..62f6cb0fab 100755

Checking patch bootstrap...
Applied patch bootstrap cleanly.

index at:
100755 62f6cb0fab99d69d54da5bca4ed11e5c486e0b4c	bootstrap

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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