Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(installer): Git for Windows Updater #153

Conversation

bufferoverflow
Copy link
Contributor

@bufferoverflow bufferoverflow commented Aug 23, 2017

This is a followup on git-for-windows/git#1256 adding git-update created via #151 to the installer with a task that is scheduled daily.

Installer looks like this:
2017-08-23 21_08_20-git 2 14 2 setup

This dialog appears if some updates are available:
2017-08-24 09_24_09-taskeng exe

Tested with the following settings:
2017-08-25 12_15_44-local area network lan settings

Todo:

  • verification within multiple environments

@bufferoverflow bufferoverflow changed the title WIP: feat(installer): Git for Windows Updater feat(installer): Git for Windows Updater Aug 24, 2017
export https_proxy="http://$proxy"
echo "Using proxy server $https_proxy detected from Internet Explorer settings"
fi

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@@ -124,6 +124,10 @@ die "Could not generate ReleaseNotes.html."
make -C ../ edit-git-bash.exe ||
die "Could not build edit-git-bash.exe."

# Compile proxy-lookup.exe
make -C ../ proxy-lookup.exe ||
die "Could not build proxy-lookup.exe."

This comment was marked as off-topic.

This comment was marked as off-topic.

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