Commit Graph

22 Commits

Author SHA1 Message Date
Aleksandr Chebotov
3ef46361f3 update ssh-keyscan in msys2 script 2020-10-28 09:41:57 +03:00
Aleksandr Chebotov
222f3bb86f use ssh-keyscan from git 2020-10-27 11:05:36 +03:00
Aleksandr Chebotov
f0188d1066 Merge branch 'main' of https://github.com/actions/virtual-environments into main 2020-10-23 14:28:34 +03:00
Dibir Magomedsaygitov
791e5997fd [WIndows] Fix ssh-keyscan on win16 (#1751)
* fix ssh-keyscan on win16

* minor change
2020-10-08 21:44:51 +03:00
Maxim Lobanov
755c9da185 Merge pull request #1720 from akv-platform/al-cheb/ea-powershell-windows
[Windows] Fail Windows image building on error in generation scripts
2020-10-06 10:50:47 +03:00
Aleksandr Chebotov
4ef13d58ee remove import ImageHelpers module 2020-10-05 09:17:49 +03:00
Dibir Magomedsaygitov
ed9705b7fd move ssh host key creation to install-git.ps1 2020-10-01 14:53:27 +03:00
Aleksandr Chebotov
a5e3159c62 replace git for windows internal tools 2020-09-22 16:18:15 +03:00
Maxim Lobanov
0f6fba462a Move CLI tests to the separate test file on Windows (#1363)
* move cli tests to the separate file

* switch install scripts

* unify CLI names
2020-08-06 11:27:58 +03:00
Aleksandr Chebotov
3356fa7bd0 add assert MatchCommandOutput 2020-07-13 13:39:56 +03:00
Aleksandr Chebotov
f1352d64d5 Migration to Pester tests 2020-07-13 12:10:54 +03:00
Johannes Schindelin
8226c37bf4 Install Git for Windows with symbolic links enabled (#1186)
We only offer Windows environments that support symbolic links, meaning: if running either as administrator, or with Windows' Developer Mode enabled, symbolic links can be created.

However, Git for Windows' auto-detection assumes that if it is installed by an administrator, it cannot detect whether "regular" users can create symbolic links, and by way of playing it safe, disables symlink support.

Since we know better, we can avoid the auto-detection.
2020-07-07 09:56:57 +03:00
Maksim Petrov
8e8fbb4f76 Improve Windows helpers functions stability (#723)
* Rework windows InstallHelpers; Add retry logic to install function
2020-04-21 11:58:27 +03:00
Aleksandr Chebotov
edce722a68 Improve choco stability by adding retry logic on Windows images (#721)
Add retry logic for choco install to avoid random failures
2020-04-17 10:53:30 +03:00
Alejandro Pauly
bd3709460b Fix Git installer to download directly from release (#718)
* Install Git for Windows directly from official release rather than Chocolatey.
2020-04-14 16:13:30 -04:00
Andy Mishechkin
7584c7b879 Add Hub installation (#529)
* Hub installation has been added

* Checking and documentation updating has been created

* Canges in hub version detection code

* GIT_LFS_PATH has been removed from hub version detection

* Copy-Past has been returned

* Refactoring for separate command checking
2020-03-16 10:52:13 +03:00
Mikhail Timofeev
7a2ead741f Revert "Restore Git bash utilities to the PATH" 2020-02-28 19:20:51 +03:00
Mikhail Timofeev
44f8132994 add usr\bin 2020-02-14 19:08:30 +03:00
Ivan Nosar
6f1be7b1b8 Return C:\Program Files\Git\bin to the PATH 2020-01-22 13:12:05 +03:00
Daan De Meyer
8c7390a960 Don't bloat the PATH when installing git
Especially the mingw folder conflicts with other mingw installs. I don't think installing git should put a compiler on the PATH, especially since the Windows virtual environment by default already has a separate chocolatey mingw installed (at least according to the documentation).

I'm not sure why the \bin and \usr\bin paths are put on the PATH manually since that should already be done by chocolatey so I removed those as well. Any pointers on how I can actually test these changes would be appreciated.
2019-12-26 21:08:07 +01:00
Shady Ibraheem
1dcd276b1e Another mop up commit to add missing changes from the last mop-up. 2019-12-13 11:57:37 -05:00
Shady Ibraheem
f396818e23 Inital commit. 2019-11-15 15:38:01 -05:00