Searched refs:tarball (Results 1 – 8 of 8) sorted by relevance
90 tarball=$(basename "$url")99 if ! test -e "$tarball" ; then100 wget -O "$tarball.t" "$url" \101 && mv "$tarball.t" "$tarball" \108 srcdir=${tarball%.tar.*}110 tar -xvf "$tarball" || die "failed to extract '$tarball'"
86 * Test the tarball. copy it to a few odd-ball systems and ensure that108 download all tarball/signature pairs and use gpg --verify to ensure
91 $(AM_V_GEN)echo $(VERSION) > $(distdir)/.tarball-version
4 These requirements do not apply when building from a distribution tarball.
28 m4_esyscmd([build-aux/git-version-gen .tarball-version]),172 && ! test -f "$srcdir"/.tarball-version \623 # a distribution tarball.
139 ChangeLog information via "git log". However, each distribution tarball
3309 release tarball, not from git -- would print the date 7 days in the future.3311 human error (including not-committed changes in a release tarball)
14393 compressed tarball at once, for example when @code{make dist} creates