Activity

From 01/15/2015 to 02/13/2015

02/13/2015

09:50 PM Enhancement #2178 (Resolved): Change python setuptools variable "python.site-packages-dir"
Applied in changeset commit:03f9a1df4f85e655774e4e0c1681913a1227c9e0. J. Moringen
09:41 PM Revision 03f9a1df: Better installation directory creation in setuptools aspect in src/project/asp...
fixes #2178
* src/project/aspects.lisp (define-aspect setuptools): new variable
aspect.setuptools.install-prefix i...
J. Moringen
07:24 PM Revision caf0c8ee: Removed unused cmake/cpp in src/project/aspects.lisp
* src/project/aspects.lisp (define-aspect cmake/cpp): removed; unused J. Moringen

02/11/2015

10:24 PM Enhancement #2177 (Resolved): Remove 80 characters line length restriction for job descriptions
Applied in changeset commit:a2648b99f2f7756857f1436ef30e5cbf430b7532. J. Moringen
03:26 PM Enhancement #2177 (Resolved): Remove 80 characters line length restriction for job descriptions
Not necessary anymore with recent jenkins versions J. Wienke
10:10 PM Revision a2648b99: Do not insert line-breaks in job descriptions in src/project/classes-model.lisp
fixes #2177
Apparently, newer Jenkins versions do not suffer from the problem of
long description strings breaking t...
J. Moringen
10:10 PM Revision 8675c32d: Fix for "no \"/label=$label\" in copy-artifact step" in src/project/aspects.lisp
* src/project/aspects.lisp (define-aspect dependency-download): iterate
over dependencies correctly
J. Moringen
10:10 PM Revision dedc802f: Use transitive dependencies where necessary in src/project/*.lisp
This is mainly necessary to configure CMake projects correctly because
these potentially have to specify the director...
J. Moringen
08:10 PM Tasks #2180 (Resolved): Make archive artifacts a custom aspect
Applied in changeset commit:d13fa122614f29cb2af685eec292d07cdacc5332. J. Wienke
07:53 PM Tasks #2180 (Resolved): Make archive artifacts a custom aspect
Remove it from the cmake aspect. J. Wienke
08:07 PM Revision d13fa122: Make artifact archiving a distinct aspect
Removed from CMake and added as a separate aspect called
archive-artifacts.
fixes #2180
J. Wienke
07:47 PM Revision 16b6c7c4: Prevent progress output for maven
Add -B to the maven command line via a hack. J. Wienke
07:35 PM Enhancement #2179 (Resolved): Support xUnit plugin
... J. Wienke
07:05 PM Enhancement #2178 (Resolved): Change python setuptools variable "python.site-packages-dir"
* Change the name to @aspect.setuptools.install-prefix@
* Add option to pass @python.binary@
* Generate code to der...
J. Wienke
03:20 PM Bug #2174 (Resolved): Do not use /label=$label for non-matrix projects in dependency-download aspect
Applied in changeset commit:fbbdec10a681d8f0c4a119d7fecf092bb8b162a9. J. Moringen
03:20 PM Bug #2172 (Resolved): Missing constraint between untar step and copy artifacts in dependency-down...
Applied in changeset commit:3e26af68d3b7cf4eaacbfc07069e8c885f2f8ed6. J. Moringen
03:14 PM Revision 51138381: Added debug output in src/analysis/protocol.lisp
* src/analysis/protocol.lisp (header): updated copyright
(analyze :around t t): log analysis results
J. Moringen
03:06 PM Revision fbbdec10: Non-matrix job => no "/label=$label" in copy-artifact step in src/project/aspe...
fixes #2174
* src/project/aspects.lisp (define-aspect dependency-download): do not
include "/label=$label" in copy...
J. Moringen
02:26 PM Revision 3e26af68: Added builder ordering constraints in src/project/aspects.lisp
fixes #2172
* src/project/aspects.lisp (define-aspect archive): added super-aspect
`builder-defining-mixin'
(def...
J. Moringen

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
 

Also available in: Atom