| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use the 2.2 'setvbuf' API style.•••* bin/cuirass.in (main): Use the 2.2 'setvbuf' API style.
* examples/guix-track-git.scm (current-error-port): Likewise.
| Ludovic Courtès | 2018-04-09 | 1 | -2/+2 |
| * | evaluate: Really pass arguments like Hydra.•••* bin/evaluate.in (main): Use SPEC's #:name as a key in ARGS.
* examples/random-jobs.scm (make-random-jobs): Adjust accordingly.
| Ludovic Courtès | 2018-04-06 | 1 | -4/+6 |
| * | evaluate: Pass the file name and revision to the user procedure.•••* bin/evaluate.in (main): Always pass an alist as the arguments to PROC,
containing at least 'file-name' and 'revision'.
* examples/random-jobs.scm (make-random-jobs): Display 'file-name' and
'revision' from ARGUMENTS.
| Ludovic Courtès | 2018-04-05 | 1 | -0/+4 |
| * | examples: random: Make store file names more distinguishable.•••* examples/random-jobs.scm (random-derivation): Add 'suffix' parameter
and honor it.
(make-random-jobs): Pass a non-empty suffix to 'random-derivation'.
| Ludovic Courtès | 2018-02-14 | 1 | -4/+5 |
| * | examples: random: Make derivations a bit more random.•••* examples/random-jobs.scm (random-derivation): Tweak the computation of
SEED. Actually use the new random state.
| Ludovic Courtès | 2018-02-08 | 1 | -4/+5 |
| * | examples: random: Make the job name a symbol.•••* examples/random-jobs.scm (make-job): Add '.' in #:job-name.
| Ludovic Courtès | 2018-02-08 | 1 | -1/+1 |
| * | examples: Add 'random-jobs'.•••* examples/random-jobs.scm, examples/random.scm: New files.
* Makefile.am (nobase_dist_pkgdata_DATA): Add them.
| Ludovic Courtès | 2018-01-29 | 2 | -0/+78 |
| * | examples: Use new API.•••* examples/guix-track-git.scm (package->git-tracked): Add STORE parameter.
(guix-jobs): Pass value for STORE parameter.
| Danny Milosavljevic | 2018-01-29 | 1 | -13/+15 |
| * | gnu-system: Accept subset with list of package names.•••* examples/gnu-system.scm (hydra-jobs): Accept subset with list of package
names.
| Jan Nieuwenhuizen | 2017-09-17 | 1 | -3/+15 |
| * | cuirass: Stop λ/lambda mixing.•••* bin/cuirass.in: Replace λ by lambda.
* bin/evaluate.in: Ditto.
* build-aux/guix.scm: Ditto.
* examples/gnu-system.scm: Ditto.
* examples/guix-track-git.scm: Ditto.
* src/cuirass.scm: Ditto.
* src/cuirass/base.scm: Ditto.
* src/cuirass/database.scm: Ditto.
* src/cuirass/ui.scm: Ditto.
* src/cuirass/utils.scm: Remove λ* macro.
| Mathieu Othacehe | 2017-07-06 | 2 | -4/+4 |
| * | maint: Move examples from 'tests' to 'examples' directory.•••* examples/gnu-system.scm: Moved from 'tests' directory.
* examples/guix-jobs.scm: Likewise.
* examples/guix-track-git.scm: Likewise.
* examples/hello-git.scm: Likewise.
* examples/hello-singleton.scm: Likewise.
* examples/hello-subset.scm: Likewise.
* Makefile.am (EXTRA_DIST): Adapt.
* README <Example>: Likewise.
| Mathieu Lirzin | 2016-12-16 | 6 | -0/+618 |