index
:
software/guix
master
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripts: environment: Add --no-cwd.
...
Carl Dong
2019-07-08
1
-0
/
+8
*
derivations: 'derivation-build-plan' recurses on substituables.
...
Ludovic Courtès
2019-07-05
1
-0
/
+29
*
gexp: Add 'lower-gexp' and express 'gexp->derivation' in terms of it.
...
Ludovic Courtès
2019-07-04
1
-0
/
+37
*
import: pypi: Include optional test inputs as native-inputs.
...
Maxim Cournoyer
2019-07-02
1
-29
/
+50
*
import: pypi: Parse wheel METADATA instead of metadata.json.
...
Maxim Cournoyer
2019-07-02
1
-14
/
+46
*
import: pypi: Support more types of archives.
...
Maxim Cournoyer
2019-07-02
1
-2
/
+50
*
import: pypi: Improve parsing of requirement specifications.
...
Maxim Cournoyer
2019-07-02
1
-0
/
+12
*
import: pypi: Do not parse optional requirements from source.
...
Maxim Cournoyer
2019-07-02
1
-0
/
+14
*
tests: pypi: Mute the output of tar.
...
Maxim Cournoyer
2019-07-02
1
-2
/
+4
*
import: pypi: Do not consider requirements.txt files.
...
Maxim Cournoyer
2019-07-02
1
-11
/
+12
*
guix: import: crate: fix redundant inputs list nesting
...
Ivan Petkov
2019-06-30
1
-1
/
+1
*
tests: Avoid TCP port collision between lint.scm and guix-daemon.sh.
...
Ludovic Courtès
2019-06-27
1
-1
/
+1
*
packages: 'specification->package+output' distinguishes "no output specified".
...
Ludovic Courtès
2019-06-27
1
-0
/
+32
*
derivations: 'build-derivations' can be passed derivation inputs.
...
Ludovic Courtès
2019-06-27
1
-2
/
+5
*
derivations: <derivation-input> now aggregates a <derivation>.
...
Ludovic Courtès
2019-06-27
1
-4
/
+6
*
derivations: Rewrite and replace 'derivations-prerequisites-to-build'.
...
Ludovic Courtès
2019-06-27
1
-28
/
+35
*
derivations: Add 'derivation-input'.
...
Ludovic Courtès
2019-06-27
1
-12
/
+4
*
syscalls: Add 'terminal-rows'.
...
Ludovic Courtès
2019-06-27
1
-1
/
+4
*
ui: 'relevance' considers regexps connected with a logical and.
...
Ludovic Courtès
2019-06-27
1
-1
/
+26
*
import: hackage: Add two expected failing test cases.
...
Robert Vollmert
2019-06-20
1
-2
/
+50
*
utils: canonical-newline-port: Fix handling of carriage return at buffer end.
...
Robert Vollmert
2019-06-20
1
-0
/
+6
*
tests: Avoid 'delete-paths' calls for 'derivation-prerequisites-to-build'.
...
Ludovic Courtès
2019-06-18
1
-9
/
+6
*
import: hackage: Handle Hackage revisions.
...
Robert Vollmert
2019-06-13
1
-0
/
+45
*
import: crate: Define dependencies as arguments.
...
Ivan Petkov
2019-06-11
1
-2
/
+2
*
store: 'build-things' accepts derivation/output pairs.
...
Ludovic Courtès
2019-06-10
2
-0
/
+42
*
import: print: Honor the outputs of inputs (!).
...
Ludovic Courtès
2019-06-07
1
-17
/
+31
*
import: hackage: Parse braced properties.
...
Robert Vollmert
2019-06-02
1
-3
/
+22
*
tests: hackage: Test multiline cabal description.
...
Robert Vollmert
2019-06-02
1
-0
/
+19
*
tests: Fix hackage tests.
...
Robert Vollmert
2019-06-02
1
-4
/
+2
*
substitute: Select the best compression methods.
...
Ludovic Courtès
2019-06-02
1
-1
/
+50
*
publish: '--compression' can be repeated.
...
Ludovic Courtès
2019-06-02
1
-7
/
+82
*
tests: Indent hackage tests
...
Robert Vollmert
2019-06-01
1
-13
/
+13
*
tests: hackage: Don't mock hackage-fetch.
...
Robert Vollmert
2019-06-01
1
-6
/
+2
*
tests: hackage: Factor out package pattern.
...
Robert Vollmert
2019-06-01
1
-67
/
+66
*
publish: Add support for lzip.
...
Ludovic Courtès
2019-05-27
1
-0
/
+36
*
utils: Support compression and decompression with lzip.
...
Ludovic Courtès
2019-05-27
1
-1
/
+2
*
utils: Test 'compressed-port' and 'decompressed-port' for both gzip and xz.
...
Ludovic Courtès
2019-05-27
1
-25
/
+42
*
lzlib: Add 'make-lzip-input-port/compressed'.
...
Ludovic Courtès
2019-05-27
1
-0
/
+10
*
import: hackage: Fix Cabal test.
...
Ludovic Courtès
2019-05-26
1
-2
/
+35
*
discovery: 'all-modules' returns modules in path order.
...
Robert Vollmert
2019-05-26
1
-0
/
+14
*
publish: Maintain a hash-part-to-store-item mapping in cache.
...
Ludovic Courtès
2019-05-26
1
-0
/
+29
*
pack: Add '--root'.
...
Ludovic Courtès
2019-05-22
1
-2
/
+9
*
pack: '--localstatedir' and '-R' tests gracefully handle missing /gnu/store.
...
Ludovic Courtès
2019-05-18
2
-3
/
+5
*
gremlin: Adjust tests for foreign distros.
...
Ting-Wei Lan
2019-05-18
1
-2
/
+2
*
tests: Fix guix-package.sh.
...
Maxim Cournoyer
2019-05-13
1
-1
/
+1
*
tests: Ensure 'unshare' works before relying on it.
...
Ludovic Courtès
2019-05-09
2
-6
/
+13
*
ui: Make package outputs searchable.
...
Chris Marusich
2019-05-09
1
-0
/
+25
*
environment: Non ad-hoc mode also honors transformation options.
...
Ludovic Courtès
2019-05-07
1
-0
/
+19
*
uuid: 'fat-uuid->string' preserves leading zeros.
...
Ludovic Courtès
2019-05-07
1
-1
/
+5
*
Add (guix lzlib).
...
Pierre Neidhardt
2019-05-06
1
-0
/
+111
[next]