Displaying 6 results from an estimated 6 matches for "scriptversion".
2015 Nov 06
2
[PATCH supermin] build: use a custom test driver
...E([guestfs-test-driver])
dnl Check for basic C environment.
AC_PROG_CC_STDC
diff --git a/guestfs-test-driver b/guestfs-test-driver
new file mode 100755
index 0000000..09854c2
--- /dev/null
+++ b/guestfs-test-driver
@@ -0,0 +1,151 @@
+#! /bin/sh
+# test-driver - basic testsuite driver script.
+
+scriptversion=2013-07-13.22; # UTC
+
+# Copyright (C) 2011-2015 Free Software Foundation, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)...
2015 Nov 06
1
Re: [PATCH supermin] build: use a custom test driver
...for CI even without
$RUN_OUTPUT_FILE.
> I don't know whether or not you use emacs, but:
>
> > +# Local Variables:
> > +# mode: shell-script
> > +# sh-indentation: 2
> > +# eval: (add-hook 'write-file-hooks 'time-stamp)
> > +# time-stamp-start: "scriptversion="
> > +# time-stamp-format: "%:y-%02m-%02d.%02H"
> > +# time-stamp-time-zone: "UTC"
> > +# time-stamp-end: "; # UTC"
> > +# End:
>
> are super annoying. It even popped up when I opened the reply to this
> email message.
This is...
2015 Nov 06
0
Re: [PATCH supermin] build: use a custom test driver
...supposed to do. I still see the usual
`PASS:' lines in the output.
I don't know whether or not you use emacs, but:
> +# Local Variables:
> +# mode: shell-script
> +# sh-indentation: 2
> +# eval: (add-hook 'write-file-hooks 'time-stamp)
> +# time-stamp-start: "scriptversion="
> +# time-stamp-format: "%:y-%02m-%02d.%02H"
> +# time-stamp-time-zone: "UTC"
> +# time-stamp-end: "; # UTC"
> +# End:
are super annoying. It even popped up when I opened the reply to this
email message.
Rich.
--
Richard Jones, Virtualization Gr...
2015 Nov 23
0
compile question
...ran/64/R-devel/src/include]find ../.. -name
missing -ls
101915983 11 -rwxrwxr-x 1 2300 2300 11135 Nov 14 2013
../../tools/missing
root at x072:[/data/prj/cran/64/R-devel/src/include]head ../../tools/missing
#! /bin/sh
# Common stub for a few missing GNU programs while installing.
scriptversion=2006-05-10.23
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
# Free Software Foundation, Inc.
# Originally by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
# This program is free software; you can redistribute it and/or modify
> And the environment is:
&g...
2015 Nov 23
4
compile question
Dear all,
Starting all over again with R-devel of 22-11-2015.
After getting the dependancies (minimal graphics initially) I have been
able to come this far - with a 64-bit build on AIX.
root at x072:[/data/prj/cran/64/R-devel]make
make[1]: Entering directory '/data/prj/cran/64/R-devel/m4'
make[1]: Nothing to be done for 'R'.
make[1]: Leaving directory
2015 Nov 23
1
compile question
...cran/64/R-devel/src/include]find
../.. -name missing -ls
101915983 11 -rwxrwxr-x 1 2300 2300 11135 Nov 14 2013
../../tools/missing
root at x072:[/data/prj/cran/64/R-devel/src/include]head ../../tools/missing
#! /bin/sh # Common stub for a few missing GNU programs while installing.
scriptversion=2006-05-10.23
# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
# Free Software Foundation, Inc.
# Originally by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
# This program is free software; you can redistribute it and/or modify
> And the environment is:
&g...