Eelco Dolstra
dadfddfa7c
Bail out early when non-determinism is detected
2016-12-07 15:31:18 +01:00
Eelco Dolstra
cea4e2c618
Expose enforce-determinism and the result to Hydra
2016-12-07 13:43:40 +01:00
Eelco Dolstra
8bdf83f936
Add an option to make non-determinism non-fatal
...
That is, when build-repeat > 0, and the output of two rounds differ,
then print a warning rather than fail the build. This is primarily to
let Hydra check reproducibility of all packages.
2016-12-07 13:16:06 +01:00
Eelco Dolstra
ceeedb58d2
Use a steady clock for timeouts
...
Fixes #1146 .
2016-12-06 21:58:04 +01:00
William Carroll
085a7e446d
Adds codemod function
2016-12-06 15:53:44 -05:00
Eelco Dolstra
7a3e7d0e61
nix-store --serve: Suppress log output on stderr when repeating a build
2016-12-06 17:43:39 +01:00
Eelco Dolstra
6069b946ad
nix-store --serve: Support setting build-repeat
...
This allows Hydra to test whether builds are reproducible.
2016-12-06 17:19:22 +01:00
Eelco Dolstra
603f08506e
Tweak error message
2016-12-06 17:18:40 +01:00
Eelco Dolstra
09191caea8
Add shell.nix
2016-12-06 17:17:29 +01:00
Eelco Dolstra
d1da6967b8
Drop unused WWW::Curl dependency
2016-12-06 17:17:29 +01:00
William Carroll
c7c71da568
Adds new keybindings
2016-12-06 10:04:20 -05:00
Eelco Dolstra
ae71895f55
Merge pull request #947 from layus/fix-path-slash
...
Improve error message on trailing path slashes
2016-12-06 15:21:17 +01:00
William Carroll
ac698b564c
Adds "Tabular" plugin to vimrc
2016-12-04 16:54:42 -05:00
William Carroll
03b47b818d
Updates brew package list
2016-12-04 16:40:55 -05:00
William Carroll
c4521f8def
Extends vimrc and installs autojump
2016-12-04 16:39:59 -05:00
Matthew Garrett
83f1c3fc93
Bump version
2016-12-03 17:02:07 -08:00
Matthew Garrett
63d184fc8c
Provide raw sensor data
...
Provide raw versions of the sensor data for interpretation by clients
2016-12-03 16:41:10 -08:00
Matthew Garrett
d10a43531c
Fix python 2 compatibility
...
Ugly but appears to work
2016-12-03 16:40:58 -08:00
Matthew Garrett
31cd077165
Expose the type of the discovered device
...
Allow clients to identify what kind of device has been discovered
2016-12-03 14:22:20 -08:00
Matthew Garrett
c157860f0d
Fix setup.py
2016-12-03 14:16:59 -08:00
Matthew Garrett
9628b87572
Merge remote-tracking branch 'zenitraM/python3'
2016-12-03 14:16:32 -08:00
William Carroll
37dcbc595d
Remaps window-quit to buffer-quit; remaps NERDTree commands
2016-12-02 17:34:29 -05:00
William Carroll
dded5d6497
Adds elixir support; extends tmux config; adds vim viewport key-bindings
2016-12-01 18:29:58 -05:00
William Carroll
7d5ad2b2b9
Removes snippets and adds plugins
2016-11-30 14:01:58 -05:00
William Carroll
1ea6dc7f90
Replaces tmux.conf with new settings
2016-11-30 13:52:09 -05:00
William Carroll
ef1b80c4ba
Adds elixir plugins and colorscheme
2016-11-30 13:24:08 -05:00
William Carroll
cb9bc6578b
Removes tmux colorscheme from config file
2016-11-30 13:23:49 -05:00
Guillaume Maudoux
e4b82af387
Improve error message on trailing path slashes
2016-11-27 17:48:46 +01:00
Eelco Dolstra
215b70f51e
Revert "Get rid of unicode quotes ( #1140 )"
...
This reverts commit f78126bfd6
. There
really is no need for such a massive change...
2016-11-26 00:38:01 +01:00
Guillaume Maudoux
f78126bfd6
Get rid of unicode quotes ( #1140 )
2016-11-25 15:48:27 +01:00
Jörg Thalheim
855abd85d8
Simplify remouting with MS_PRIVATE in sandbox build
...
also fix race condition if mounts are added after mountinfo is read.
2016-11-25 00:15:39 +01:00
Alejandro M
a5d05c95b3
Python 3 compatibility
2016-11-24 22:25:14 +01:00
Eelco Dolstra
7ee43df862
nix-channel: Fix --update <CHANNELS>
...
This unbreaks "nixos-rebuild --upgrade".
2016-11-21 15:54:19 +01:00
Matthew Garrett
d066513d02
Add packet retransmission and timeout
...
UDP doesn't guarantee delivery, so reattempt packet transmission if we don't
get a response and timeout if we still don't have anything after (by
default) 10 seconds.
2016-11-20 11:18:51 -08:00
Matthew Garrett
7ac243b838
Merge pull request #16 from PeWu/smartplug
...
Updated SmartPlug commands - set_power() and check_power()
2016-11-19 16:47:28 -08:00
Matthew Garrett
c68fcea5e6
Fix single device discovery
...
The automatic device type detection was only implemented when discovering
with a timeout. Refactor to do it for the single-device discover() case.
2016-11-19 14:23:50 -08:00
Chris Feng
197745e6a4
Bump version to 0.12
2016-11-19 23:05:47 +08:00
Przemek Wiech
1e04ec2be5
Merge branch 'master' into smartplug.
2016-11-18 21:20:35 +01:00
Przemek Wiech
652f52eb03
Updated SmartPlug commands - set_power() and check_power()
2016-11-18 00:19:02 +01:00
William Carroll
2ae50411ff
Merge branch 'develop'
2016-11-17 18:06:00 -05:00
William Carroll
bd7107b6fc
Changes listchars
2016-11-17 18:05:52 -05:00
Matthew Garrett
d490c5b71e
Add automatic determination of device type
...
Look at the device ID and figure out what type of device it is, and provide
appropriate classes for each that only support the functionality available
on that device.
2016-11-18 09:55:21 +13:00
William Carroll
3dae2ed788
Adds another font
2016-11-17 12:10:22 -05:00
William Carroll
51a58a94ee
Documents useful fonts
2016-11-17 12:05:41 -05:00
Eelco Dolstra
349e988903
Typo
2016-11-17 17:55:41 +01:00
Shea Levy
00b8bce4d0
Fix binary-cache-store build
2016-11-17 11:48:10 -05:00
Shea Levy
0d2ebb4373
istringstream_nocopy: Implement in a standards-compliant way
...
Fixes #1135 .
2016-11-17 10:10:32 -05:00
Shea Levy
3f4d3f8a1a
nix-daemon: Fix splice faking on non-Linux
2016-11-17 08:10:12 -05:00
Shea Levy
8bf378e999
Update darwin build for optional sandbox paths
...
Fixes #1132
2016-11-17 08:06:32 -05:00
William Carroll
338d3f7b44
Merge branch 'develop'
2016-11-16 15:13:00 -05:00