Activity

From 01/12/2015 to 02/10/2015

02/10/2015

08:48 PM Bug #2176 (Resolved): jobs conditions cannot react to command line variables
Trying conditions like:... J. Wienke
08:28 PM Tasks #2175 (Resolved): Make build-flow generation conditional on a variable
So that we can disable build flow for modes other than toolkit. J. Wienke
08:20 PM Bug #2174 (Resolved): Do not use /label=$label for non-matrix projects in dependency-download aspect
J. Wienke
08:16 PM Feature #2173 (Resolved): Allow to pass json arrays as variables via cmdline
Required to specify slave combinations from the outside. J. Wienke
08:09 PM Bug #2172 (Resolved): Missing constraint between untar step and copy artifacts in dependency-down...
J. Wienke

02/09/2015

04:45 PM Revision 6e3e3e8b: Recursive default value processing in src/project/protocol.lisp
* src/project/protocol.lisp (header): updated copyright
(defrule escaped-syntactic-character): added \} combination...
J. Moringen
04:44 PM Revision d5bb24bd: Use access property for auto credentials in src/{project/aspects,commandline-i...
refs #1984
Specifying "access": "private" in a project recipe makes
"scm.credentials" default to the host part of th...
J. Moringen
04:39 PM Revision 3579818c: Added project and distribution access checking in src/project/*.lisp
Distributions and projects can now have an
"access": "private" | "public"
entry in their "variables" section. The...
J. Moringen
01:47 PM Revision 8ee09bf9: Changed default base URL to use https in src/commandline-interface/main.lisp
* src/commandline-interface/main.lisp (update-synopsis): changed default
value of the base-uri commandline option "...
J. Moringen

02/04/2015

12:42 PM Bug #1880: Behavior of @{…|[]} seems wrong
I'm inclined to say "just try what happens and extend the README file, if you have the time and motivation" as this i... J. Moringen
12:27 PM Bug #1880: Behavior of @{…|[]} seems wrong
OK. How can you then use something like
"value of variable is: ${myvar|}"
In this case, ${myvar|} should expand t...
R. Haschke
12:15 PM Bug #1880: Behavior of @{…|[]} seems wrong
R. Haschke wrote:
> Wouldn't ${patches|} expand to the empty string, and thus shell.command.patch to "patch -l -p0 <...
J. Moringen

02/03/2015

09:35 PM Bug #1880: Behavior of @{…|[]} seems wrong
Wouldn't ${patches|} expand to the empty string, and thus shell.command.patch to "patch -l -p0 < ", which would be wr... R. Haschke
06:50 PM Bug #1880 (Closed): Behavior of @{…|[]} seems wrong
The problem is @${patches|[]}@ which defaults to the string @"[]"@ instead of an empty list. Using @${patches|}@ inst... J. Moringen
06:42 PM Enhancement #1984 (Resolved): Use credentials plugin for authenticating SCM access
Applied in changeset commit:3222a530df11970881b69b64bc092aad929bb588. J. Moringen
06:39 PM Revision 3222a530: Support credentials for git, svn in lib/jenkins.api/, src/projects/aspects.lisp
fixes #1984
* src/api/classes.lisp (define-interface-implementations scm): added
credentials slot to subversion an...
J. Moringen

01/23/2015

08:30 AM Bug #2161 (Resolved): Build-Generator 0.4.31 does not generate syntactically correct environment ...
Applied in changeset commit:360d5bc6a6ff407bf97ddddb6f9545bfc163e77d. J. Moringen
08:14 AM Revision 360d5bc6: Sanitize strings that become shell variables in src/project/aspects.lisp
fixes #2161
* src/project/aspects.lisp (make-variable/sh): new function; turn string
into a valid variable name fo...
J. Moringen

01/21/2015

06:08 PM Feature #1670: Allow specifying revision in addition to branches and tags
In the context of my robocup expriments and the general robocup distribution this actually becomes quite critical rig... J. Wienke
11:06 AM Bug #2161 (Resolved): Build-Generator 0.4.31 does not generate syntactically correct environment ...
In case a dependency has been found that contains a dot (".") like
in libusb-1.0.* the generated environment variabl...
F. Lier

01/20/2015

01:22 PM Feature #1670: Allow specifying revision in addition to branches and tags
Also, @"branches": [ "trunk@1234" ]@ does not work J. Wienke
11:50 AM Feature #1670: Allow specifying revision in addition to branches and tags
For git this can be achieved by using the hash as a branch. However, this does not work for SVN, where something like... J. Wienke

01/16/2015

05:19 PM Revision aac2b833: Backport: Improved parsing of Maven version ranges in src/analysis/maven.lisp
refs #2159
Version ranges like [0.11,0.12-SNAPSHOT) were parsed completely
incorrectly. Now a crappy approximation (...
J. Moringen
05:12 PM Revision b0407eb3: Improved parsing of Maven version ranges in src/analysis/maven.lisp
fixes #2159
Version ranges like [0.11,0.12-SNAPSHOT) were parsed completely
incorrectly. Now a crappy approximation ...
J. Moringen
04:30 PM Revision 685c5721: Backport: Improved parsing of Maven version ranges in src/analysis/maven.lisp
refs #2159
Version ranges like [0.11,0.12-SNAPSHOT) were parsed completely
incorrectly. Now a crappy approximation (...
J. Moringen
04:20 PM Bug #2159 (Resolved): Analysis of maven version ranges does not work correctly
Applied in changeset commit:5ec1816773af3b5532b084cee034a5173a11130b. J. Moringen
04:14 PM Bug #2159: Analysis of maven version ranges does not work correctly
Well, the current generator still uses a the crappy regex-based parser, but the problem can be "fixed" there as well. J. Moringen
04:04 PM Bug #2159: Analysis of maven version ranges does not work correctly
looks right to me J. Wienke
04:01 PM Bug #2159: Analysis of maven version ranges does not work correctly
Would this parse-tree make sense:... J. Moringen
11:25 AM Bug #2159 (Resolved): Analysis of maven version ranges does not work correctly
Some version constraints for dependencies in maven are parsed incorrectly. E.g. in rsb-xml-java 0.11, the following i... J. Wienke
04:17 PM Revision 5ec18167: Improved parsing of Maven version ranges in src/analysis/maven.lisp
fixes #2159
Version ranges like [0.11,0.12-SNAPSHOT) were parsed completely
incorrectly. Now a crappy approximation ...
J. Moringen

01/15/2015

04:43 PM Revision 6975b48d: Fixes for extended analysis in src/analysis/setuptools.lisp
* src/analysis/setuptools.lisp (extract-value): slightly better
dictionary handling
(process-dependency): handle ...
J. Moringen

01/14/2015

03:47 PM Bug #2157: rsb-dependency in rsbag-python not detected
Should be fixed in master:... J. Moringen
03:46 PM Bug #2157 (Resolved): rsb-dependency in rsbag-python not detected
Applied in changeset commit:224ac30848628f185d6aa60e13b4cd074e1b804c. J. Moringen
11:54 AM Bug #2157 (Resolved): rsb-dependency in rsbag-python not detected
My build flow schedules rsbag-python before rsb. J. Wienke
03:40 PM Revision 224ac308: Catch some more cases in src/analysis/setuptools.lisp
fixes #2157
Can't stop now!
* src/analysis/setuptools.lisp (header): updated copyright
(*value-scanner*): new var...
J. Moringen
03:28 PM Revision 36721e18: Catch some more cases in src/analysis/setuptools.lisp
fixed #2157
Can't stop now!
* src/analysis/setuptools.lisp (header): updated copyright
(*value-scanner*): new var...
J. Moringen

01/12/2015

03:16 PM Revision b124e585: Added critical section hack in src/analysis/subversion.lisp
The root cause requiring this hack is the inability of our SVN
servers ({projects,code}.cor-lab.org, code.humavips.eu...
J. Moringen
 

Also available in: Atom