Activity

From 09/28/2014 to 10/27/2014

10/27/2014

07:22 PM Revision 1f44674a: Backport: Use safe external format for license files in src/analysis/license.lisp
* src/analysis/license.lisp (header): updated copyright
(analyze pathname eql :license): use `read-file-into-string...
J. Moringen
07:20 PM Revision 1dbbb76d: Use safe external format for license files in src/analysis/license.lisp
* src/analysis/license.lisp (header): updated copyright
(analyze pathname eql :license): use `read-file-into-string...
J. Moringen

10/23/2014

06:38 PM Bug #1886 (Resolved): --delete-other does not delete distribution jobs
Applied in changeset commit:79a660fc44ca70e9033eba3bc9116ee6f7afa181. J. Moringen
06:31 PM Revision 79a660fc: Orchestration jobs are generated in src/commandline-interface/main.lisp
fixes #1886
* src/commandline-interface/main.lisp
(+description-automatically-generated+): new constant; marks job...
J. Moringen
06:20 PM Bug #1879 (Resolved): Just $ (i.e. not ${) should not need escaping
Applied in changeset commit:58656acb04ba481118af59e86b819c3e379626a9. J. Moringen
06:15 PM Revision 5e9253e4: Backport: Handle sub-directories more robustly in src/project/aspects.lisp
* src/project/aspects.lisp (make-move-stuff-upwards/unix): new function;
helper function for generating a shell fra...
J. Moringen
06:14 PM Revision 2435acc5: Handle sub-directories more robustly in src/project/aspects.lisp
* src/project/aspects.lisp (make-move-stuff-upwards/unix): new function;
helper function for generating a shell fra...
J. Moringen
04:40 PM Revision 792fefe5: Backport: Generate non-verbose wget downloads in src/project/aspects.lisp
refs #1989
* src/project/aspects.lisp (define-aspect archive): use wget's
--no-verbose flag to make the console ou...
J. Moringen
04:40 PM Revision 996dfa30: Generate non-verbose wget downloads in src/project/aspects.lisp
refs #1989
* src/project/aspects.lisp (define-aspect archive): use wget's
--no-verbose flag to make the console ou...
J. Moringen

10/20/2014

06:01 PM Feature #1989: Implement archive download as an scm mechanism
please use @--no-verbose@ to suppress wget progress bars J. Wienke
04:09 PM Enhancement #1984: Use credentials plugin for authenticating SCM access
Btw, security fixes for these URLs are on their way ;) J. Wienke
02:47 PM Enhancement #1984 (In Progress): Use credentials plugin for authenticating SCM access
J. Moringen
03:30 PM Revision fe19a039: Hack to make ordering errors continuable in src/project/util.lisp
* src/project/util.lisp (header): updated copyright
(sort-with-partial-order): made failed ordering error continuable
J. Moringen
01:49 PM Revision 58656acb: Allow uninterpreted $, @ in expressions in src/project/protocol.lisp
fixes #1879
Allow "$" and "@" in ordinary text as long as they are not followed by
"{".
* src/project/protocol.lisp...
J. Moringen

10/09/2014

07:49 PM Revision feffe9bf: Hack builder ordering in src/project/aspects.lisp
* src/project/aspects.lisp (define-aspect git): employ hack to ensure
the sub-directory-related renaming happen bef...
J. Moringen
07:16 PM Revision 3b8f2655: Fixes for multi-nature analysis in src/analysis/analysis.lisp
refs #2021
* src/analysis/analysis.lisp (analyze pathname eql :auto): when merging
analysis results, produce a pli...
J. Moringen
07:16 PM Revision 0d0a7544: Merge multiple ASDF systems description in src/analysis/asdf.lisp
* src/analysis/asdf.lisp (analyze pathname eql :asdf): if the directory
and/or system definition files contain mult...
J. Moringen
07:16 PM Revision 81caae61: Improved ASDF parsing in src/analysis/asdf.lisp
* src/analysis/asdf.lisp (header): added one-line summary
(with-reset-source-registry): removed; no longer needed
...
J. Moringen
07:12 PM Revision 4a874e6b: Backport: Fixes for multi-nature analysis in src/analysis/analysis.lisp
refs #2021
* src/analysis/analysis.lisp (analyze pathname eql :auto): when merging
analysis results, produce a pli...
J. Moringen
07:12 PM Revision 2a8d19af: Backport: Merge multiple ASDF systems description in src/analysis/asdf.lisp
* src/analysis/asdf.lisp (analyze pathname eql :asdf): if the directory
and/or system definition files contain mult...
J. Moringen
07:11 PM Revision 2f9cbab1: Backport: Improved ASDF parsing in src/analysis/asdf.lisp
* src/analysis/asdf.lisp (header): added one-line summary
(with-reset-source-registry): removed; no longer needed
...
J. Moringen
04:20 PM Bug #1983 (Resolved): --non-interactive option for subversion prevents authentication using kwall...
Applied in changeset commit:c6caff523432c3021253a46e7cdc13b518d7e911. J. Moringen
04:16 PM Revision c6caff52: Run svn without --non-interactive in src/analysis/subversion.lisp
fixes #1983
The "--non-interactive" prevents Subversion from talking to password
managers like KWallet or gnome-keyr...
J. Moringen
03:35 PM Revision fa0e4c39: Version bump in jenkins.project.asd
* jenkins.project.asd (+version-minor+): changed 3 -> 4 J. Moringen
02:20 PM Feature #1669 (Resolved): Support Mercurial SCM
Applied in changeset commit:44925c584277f9033cbe398756fa3ab128876093. J. Moringen
02:19 PM Feature #1989 (In Progress): Implement archive download as an scm mechanism
J. Moringen
02:15 PM Revision 44925c58: Support mercurial DVCS in src/analysis/mercurial.lisp
fixes #1669
* src/analysis/mercurial.lisp: new file; contains support for the
mercurial DVCS
* jenkins.project.asd...
J. Moringen
01:10 PM Bug #2021 (Resolved): Projects that contain pom.xml and CMakeLists.txt get treated as maven proje...
Applied in changeset commit:c970a5e422ea540920a3b0e8a7a150772c366a43. J. Moringen

10/08/2014

05:29 PM Revision b3c7c53c: Handle inter-sub-module dependencies in src/analysis/maven.lisp
sub-modules can provide things for each other. Resolve these relations
to avoid outputting bogus requirements.
* src...
J. Moringen
05:28 PM Revision 7412df86: Do not include scopes in dependency output in src/analysis/maven.lisp
May be used later but would make dependency resolution too complicated
now.
* src/analysis/maven.lisp (id->name+vers...
J. Moringen
05:26 PM Revision c970a5e4: Multiple natures/nature specification in src/analysis/*.lisp
fixes #2021
* src/analysis/analysis.lisp (guess-project-natures): renamed
project-kind -> guess-project-natures; r...
J. Moringen
05:25 PM Revision 85096ff3: Improved pkg-config analysis in src/analysis/{cmake,pkg-config}.lisp
For pkg-config, the filename determines the name of the module. The
"Name" field only contains a display name.
* src...
J. Moringen
05:23 PM Revision b6c8295e: Added archive access method and archive aspect
refs #1989
This commit adds initial support. Still missing is the ability to use
variable substitution in repository...
J. Moringen

10/07/2014

03:17 PM Enhancement #1917 (Rejected): For setuptools projects, use install -f to ensure correct installation
Solved by a template change. J. Wienke
03:00 PM Enhancement #2045 (Resolved): Allow timeout aspect to be switched off with a false timeout
Applied in changeset commit:a761e1254b115a1b4f420901a77159e881ad0e69. J. Moringen
02:51 PM Enhancement #2045 (Resolved): Allow timeout aspect to be switched off with a false timeout
J. Wienke
02:56 PM Revision a761e125: Do not blindly generate timeout configuration in src/project/aspects.lisp
fixes #2045
When no timeout value has been configured, do not generate any timeout
configuration. Otherwise the time...
J. Moringen
02:56 PM Revision a766ea89: Fixed template variable inheritance in src/project/classes-spec.lisp
* src/project/classes-spec.lisp (variables template): new method; add
variables from parent templates
J. Moringen
02:34 PM Bug #2044 (Resolved): Aborted jobs(timeout) stop the buildflow.
Applied in changeset commit:bf8c90b78b795ddbb398e6449ef757eef11849f9. J. Moringen
02:29 PM Bug #2044: Aborted jobs(timeout) stop the buildflow.
Yes, that would solve the issue. S. Meyer zu Borgsen
02:23 PM Bug #2044: Aborted jobs(timeout) stop the buildflow.
> So we could probably add an @ignore(ABORTED)@.
We would use @ABORTED@ _instead of_ @FAILURE@ since the former "i...
J. Moringen
02:12 PM Bug #2044: Aborted jobs(timeout) stop the buildflow.
The documentation states:
> The flow will not take care of the triggered build status if it's better than the config...
J. Wienke
02:12 PM Bug #2044: Aborted jobs(timeout) stop the buildflow.
If a timeout occurs for a job it gets the marked as ABORTED.
Failed jobs get the state FAILURE.
The problem is that...
S. Meyer zu Borgsen
02:08 PM Bug #2044 (Feedback): Aborted jobs(timeout) stop the buildflow.
I don't think we can control what happens in case of timeouts. The buildflow is already configured to continue in cas... J. Moringen
01:58 PM Bug #2044 (Resolved): Aborted jobs(timeout) stop the buildflow.
If one job gets aborted the buildflow does not continue.... S. Meyer zu Borgsen
02:32 PM Revision bf8c90b7: buildflow ignores aborted builds in src/commandline-interface/main.lisp
fixes #2044
* src/commandline-interface/main.lisp (configure-buildflow-job): ignore
ABORTED and better instead of ...
J. Moringen

10/02/2014

04:46 PM Feature #1669 (Feedback): Support Mercurial SCM
This can be supported in principle. However, one thing I couldn't figure out so far is how to check whether a remote ... J. Moringen
04:42 PM Feature #2031 (Closed): Support SCP-like repository locations for git?
J. Moringen

09/28/2014

12:36 AM Feature #2031: Support SCP-like repository locations for git?
> I didn't know about the "proper" URL scheme for git. I'm fine with this alternative.
I didn't mean that @user@@@...
J. Moringen
12:29 AM Feature #2031: Support SCP-like repository locations for git?
I didn't know about the "proper" URL scheme for git. I'm fine with this alternative. R. Haschke
11:29 PM Feature #2031 (Closed): Support SCP-like repository locations for git?
In addition to @ssh://user@server/project.git@ (i.e. proper URL), git supports an scp-like syntax @user@@@server:proj... J. Moringen
 

Also available in: Atom