Andrey Nering
|
902f0d3ac4
|
Don't persist new checksum on the disk if dry mode is enabled
Fixes #166
|
2019-02-09 10:44:35 -02:00 |
|
Andrey Nering
|
57a01aa6ff
|
Fix failing test
There was some breaking changes described at
https://github.com/mvdan/sh/issues/335#issuecomment-447605295
|
2018-12-24 15:19:53 -02:00 |
|
Andrey Nering
|
687b4ec837
|
Fix error when using checksum method and no file exists for a source glob
Closes #131
|
2018-09-01 11:23:38 -03:00 |
|
Andrey Nering
|
67105b332f
|
Move path expanding logic to shell.Expand
|
2018-07-15 15:49:00 -03:00 |
|
Andrey Nering
|
102f8ab74e
|
Expand environment variables on "dir", "sources" and "generates"
So a path like this works: $GOPATH/src/github.com/go-task/task
Allowing of "~" was also implemented. See #74 and baac067a1a
Fixes #116
|
2018-06-16 14:30:40 -03:00 |
|
Andrey Nering
|
44a52359dc
|
checksum: save them in a subdir .task/checksum
future-proof since the .task directory can be used to save other state
in the future
|
2017-11-02 10:37:02 -02:00 |
|
Andrey Nering
|
2022551b26
|
checksum: also sum the name of the files, so it changes after renaming
|
2017-11-02 10:31:34 -02:00 |
|
Andrey Nering
|
baac067a1a
|
expand home dir ("~" symbol) on paths
fixes #74
|
2017-11-02 10:25:50 -02:00 |
|
Andrey Nering
|
33b167215d
|
move some packages to the "internal" directory
- this makes it impossible to import these packages outside Task
- as a side effect, it makes the root directory cleaner
|
2017-10-15 17:58:21 -02:00 |
|