- Mar 22, 2016
-
-
Dom Sekotill authored
-
- Mar 26, 2014
-
-
Dom Sekotill authored
-
Dom Sekotill authored
'real_path' functions where not returning last part of path.
-
Dom Sekotill authored
'readlink -e' is as non-portable as 'readlink -f' it would seem.
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Mar 19, 2014
-
-
Dom Sekotill authored
Simplified checkout process and now push ref as well as checkout by commit ID.
-
Dom Sekotill authored
-
- Oct 14, 2013
-
-
Dom Sekotill authored
-
Dom Sekotill authored
[auto-build] log-location is now the config value for the base of the logging tree, and the default is now /var/log/auto-build
-
- Oct 02, 2013
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Sep 04, 2013
-
-
Dom Sekotill authored
-
Dom Sekotill authored
Reversed the order of reference prefixes tried when matching a config section from least significant first to most significant first.
-
Dom Sekotill authored
-
- Jul 19, 2013
-
-
Dom Sekotill authored
-
- Jul 11, 2013
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- Jun 13, 2013
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
- May 15, 2013
-
-
Dom Sekotill authored
Shell globing disabled around the retrieval of section names (which are ref patterns) to prevent matching file paths.
-
Dom Sekotill authored
This reverts commit 1600e768.
-
Dom Sekotill authored
-
Dom Sekotill authored
Config section names (which are ref patterns) quoted to prevent matching file paths.
-
Dom Sekotill authored
auto-build commands that use shell operations like '&&' need to actually invoke the shell. The autoconf profile command now invokes 'bash -c "... && ..."'
-
Dom Sekotill authored
-
- May 14, 2013
-
-
Dom Sekotill authored
-
Dom Sekotill authored
-
Dom Sekotill authored
To avoid unexpected permissions on build files the build directories must not have a sticky bit set. The bit is unset on directory creation.
-
Dom Sekotill authored
To support relative links `readlink -f ...` was used on the build command. The problem with this is if arguments are included in the build command it breaks. The command line is now broken up and `readline -e ...` run on the first part. (-e ensures that the target exists.)
-
Dom Sekotill authored
-
- May 03, 2013
-
-
Dom Sekotill authored
-