bake icon indicating copy to clipboard operation
bake copied to clipboard

bake makes random changes to Bakefile.lock ordering

Open ghitchens opened this issue 9 years ago • 0 comments

diff --git a/blinky/Bakefile.lock b/blinky/Bakefile.lock
index d0b4f54..1e1abde 100644
--- a/blinky/Bakefile.lock
+++ b/blinky/Bakefile.lock
@@ -1,2 +1,2 @@
-{targets,[{rpi2,[{'nerves/rpi2',<<"0.3.1">>}]},
-          {bbb,[{'nerves/bbb',<<"0.3.1">>}]}]}.
  +{targets,[{bbb,[{'nerves/bbb',<<"0.3.1">>}]},
-          {rpi2,[{'nerves/rpi2',<<"0.3.1">>}]}]}.
  gmb:blinky garth```

This screws with git, it thinks files change when they don't.

ghitchens avatar Feb 25 '16 23:02 ghitchens