Skip to content

Change ping .. > nul to sleep#647

Merged
TingluoHuang merged 4 commits into
actions:mainfrom
rneatherway:rneatherway/update-sleep
Oct 29, 2020
Merged

Change ping .. > nul to sleep#647
TingluoHuang merged 4 commits into
actions:mainfrom
rneatherway:rneatherway/update-sleep

Conversation

@rneatherway

Copy link
Copy Markdown
Contributor

The filename nul is a Windows-ism that causes the update script to
create such a file in the current working directory. The ping
utility is also an dependency not installed by
installdependencies.sh, so it seemed easier to change it to the
standard sleep command.

rneatherway and others added 3 commits August 6, 2020 14:41
The filename `nul` is a Windows-ism that causes the update script to
create such a file in the current working directory. The `ping`
utility is also an dependency not installed by
`installdependencies.sh`, so it seemed easier to change it to the
standard `sleep` command.
@rneatherway

Copy link
Copy Markdown
Contributor Author

Thanks for the review! How should I "ship" this? I do not have write access to this repository.

@TingluoHuang

Copy link
Copy Markdown
Member

@rneatherway we will create a runner release every 2-3 weeks to include all changes.

@TingluoHuang TingluoHuang merged commit ce92d7a into actions:main Oct 29, 2020
@rneatherway rneatherway deleted the rneatherway/update-sleep branch October 29, 2020 14:21
@rneatherway

Copy link
Copy Markdown
Contributor Author

🎉 Thanks 😄

AdamOlech pushed a commit to antmicro/runner that referenced this pull request Jan 28, 2021
* Change `ping .. > nul` to `sleep`

The filename `nul` is a Windows-ism that causes the update script to
create such a file in the current working directory. The `ping`
utility is also an dependency not installed by
`installdependencies.sh`, so it seemed easier to change it to the
standard `sleep` command.

* Update dotnet-install script as requested by test

* Update dotnet-install.ps1

Co-authored-by: Tingluo Huang <tingluohuang@github.com>
TingluoHuang added a commit that referenced this pull request Apr 21, 2021
* Change `ping .. > nul` to `sleep`

The filename `nul` is a Windows-ism that causes the update script to
create such a file in the current working directory. The `ping`
utility is also an dependency not installed by
`installdependencies.sh`, so it seemed easier to change it to the
standard `sleep` command.

* Update dotnet-install script as requested by test

* Update dotnet-install.ps1

Co-authored-by: Tingluo Huang <tingluohuang@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants