Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | mention the choco bug in action.ymlHEADv4.0.1v4master | Egor Tensin | 2023-01-02 |
| | |||
* | reduce spam in logs | Egor Tensin | 2023-01-02 |
| | |||
* | v4v4.0.0 | Egor Tensin | 2023-01-01 |
| | |||
* | x86 is no longer supported | Egor Tensin | 2023-01-01 |
| | | | | | Neither by Chocolatey nor by (according to Chocolatey package authors) the upstream. | ||
* | downgrade Chocolateyv3.0.1v3 | Egor Tensin | 2023-01-01 |
| | | | | | I don't know why, but versions past 1.1.0 don't work with --source=cygwin, they just don't install anything. | ||
* | workflows/test: upgrade actions | Egor Tensin | 2022-12-11 |
| | |||
* | make .gitattributes more consistent | Egor Tensin | 2022-12-11 |
| | |||
* | README: update | Egor Tensin | 2021-11-07 |
| | | | | | Fix gcc package name. There's no package named "gcc", switch to "gcc-g++". | ||
* | workflows/test: fix gcc package name | Egor Tensin | 2021-11-07 |
| | | | | | There doesn't seme to be package "gcc", there's only "gcc-core" and "gcc-c++"? | ||
* | workflows/test: python3 is no longer a symlink | Egor Tensin | 2021-11-07 |
| | | | | | | The upstream project seems to have made a decision to no longer make python3 a symlink to python3.X.exe, which is weird. Now we check the same thing about cc, which is still a symlink. | ||
* | workflows/test: use windows-latest | Egor Tensin | 2021-06-15 |
| | |||
* | workflows/test: linting | Egor Tensin | 2021-05-04 |
| | |||
* | README: update | Egor Tensin | 2021-04-28 |
| | |||
* | workflows/test: add job "shell: SHELLOPTS" | Egor Tensin | 2021-04-28 |
| | |||
* | README: update | Egor Tensin | 2021-04-28 |
| | |||
* | README: update | Egor Tensin | 2021-04-18 |
| | |||
* | README: update | Egor Tensin | 2021-04-18 |
| | |||
* | README: fix badge link | Egor Tensin | 2021-04-17 |
| | |||
* | README: update | Egor Tensin | 2021-03-05 |
| | | | | Closes #4. | ||
* | workflows/test.yml: add an example using shell: | Egor Tensin | 2021-03-03 |
| | |||
* | choco scripting best practicesv3.0.0 | Egor Tensin | 2021-01-15 |
| | |||
* | README: update | Egor Tensin | 2021-01-10 |
| | |||
* | README: update | Egor Tensin | 2021-01-04 |
| | |||
* | rename symlinks-to-hardlinks to just hardlinks | Egor Tensin | 2021-01-04 |
| | |||
* | set %CYGWIN% before installing Cygwin | Egor Tensin | 2021-01-04 |
| | |||
* | refactoring | Egor Tensin | 2021-01-04 |
| | |||
* | replace Fix-CygwinLink with a shorter bash script | Egor Tensin | 2021-01-04 |
| | |||
* | README: update | Egor Tensin | 2021-01-04 |
| | |||
* | add an option to get rid of symlinks in /bin | Egor Tensin | 2021-01-04 |
| | |||
* | README: update | Egor Tensin | 2020-12-24 |
| | |||
* | use well-known path to choco.exe if not in PATH | Egor Tensin | 2020-12-24 |
| | |||
* | /usr/local/bin should come first in PATH | Egor Tensin | 2020-12-24 |
| | |||
* | README: updatev2 | Egor Tensin | 2020-12-23 |
| | |||
* | workflows/test.yml: clearer job names | Egor Tensin | 2020-12-23 |
| | |||
* | workflows/test.yml: check %CYGWIN% | Egor Tensin | 2020-12-23 |
| | |||
* | README: update | Egor Tensin | 2020-12-23 |
| | |||
* | code style | Egor Tensin | 2020-12-23 |
| | |||
* | Merge pull request #2 from me-and/configurable-cygwin-env-var | Egor Tensin | 2020-12-23 |
|\ | | | | | Make CYGWIN environment variable configurable | ||
| * | Make CYGWIN environment variable configurable | Adam Dinwoodie | 2020-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 READMEv1 | Egor Tensin | 2020-11-28 |
| | |||
* | action.yml: add "branding" | Egor Tensin | 2020-11-28 |
| | |||
* | initial commit | Egor Tensin | 2020-11-28 |