aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* choco scripting best practicesv3.0.0Egor Tensin2021-01-15
|
* README: updateEgor Tensin2021-01-10
|
* README: updateEgor Tensin2021-01-04
|
* rename symlinks-to-hardlinks to just hardlinksEgor Tensin2021-01-04
|
* set %CYGWIN% before installing CygwinEgor Tensin2021-01-04
|
* refactoringEgor Tensin2021-01-04
|
* replace Fix-CygwinLink with a shorter bash scriptEgor Tensin2021-01-04
|
* README: updateEgor Tensin2021-01-04
|
* add an option to get rid of symlinks in /binEgor Tensin2021-01-04
|
* README: updateEgor Tensin2020-12-24
|
* use well-known path to choco.exe if not in PATHEgor Tensin2020-12-24
|
* /usr/local/bin should come first in PATHEgor Tensin2020-12-24
|
* README: updatev2Egor Tensin2020-12-23
|
* workflows/test.yml: clearer job namesEgor Tensin2020-12-23
|
* workflows/test.yml: check %CYGWIN%Egor Tensin2020-12-23
|
* README: updateEgor Tensin2020-12-23
|
* code styleEgor Tensin2020-12-23
|
* Merge pull request #2 from me-and/configurable-cygwin-env-varEgor Tensin2020-12-23
|\ | | | | Make CYGWIN environment variable configurable
| * Make CYGWIN environment variable configurableAdam Dinwoodie2020-12-23
|/ | | | | | | | | | | | | | | Some users might want different behaviour from the CYGWIN environment variable, and in particular it seems reasonable to assume they don't want non-default behaviour unless they explicitly ask for it. As such, make the environment variable configurable, and default to empty. This change is not backwards compatible: prior to this change a Cygwin install will have CYGWIN=winsymlinks:nativestrict, whereas afterwards the variable will default to blank. To obtain the previous behaviour, a user would need to add `env: 'winsymlinks:nativestrict'` to the set of inputs. Fixes #1.
* add READMEv1Egor Tensin2020-11-28
|
* action.yml: add "branding"Egor Tensin2020-11-28
|
* initial commitEgor Tensin2020-11-28