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

Allow upgrades without using setup*.exe. Addresses #22. #88

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
7c79fc8
Emulate wget in all cases. Fixes #87.
ilatypov May 31, 2016
718e33f
Allow running on older Bash versions now that we do not use a negativ…
ilatypov Jun 3, 2016
18da979
Provide a default cache directory. Use the Unix format of the cache …
ilatypov Jun 4, 2016
5c6c7fa
Remove another dependency on Bash 4.2.
ilatypov Jun 4, 2016
0af2a8f
Allow mirror directories in the top-level Cygwin directory.
ilatypov Jun 4, 2016
d64969c
Avoid depending on a feature of gzip 1.6+.
ilatypov Jun 4, 2016
cd18784
Avoid exiting before uninstalling other packages. Use colours only w…
ilatypov Jun 11, 2016
cb1dca9
Allow forceful installs.
ilatypov Feb 22, 2017
05f75ea
Use a simpler interpreter that has a smaller number of requisite depe…
ilatypov Feb 23, 2017
f8e3eb8
Speed up unpacking by avoiding lookups the (0) user ID of files in ta…
ilatypov Mar 2, 2017
da4f428
Create a home directory as a work-around for Lynx.
ilatypov Mar 2, 2017
946f763
Quiet down hash failure messages as the error code already reports th…
ilatypov Mar 2, 2017
5bc704a
Avoid using sed in a critical function of upgrades when the requisite…
ilatypov Mar 2, 2017
309aab0
Show the location of the updated package list.
ilatypov Mar 2, 2017
7f54872
Avoid doubling the trailing slash in the mirror when fetching its lis…
ilatypov Mar 2, 2017
dcd4fa0
Report download and save errors, then bail out.
ilatypov Mar 2, 2017
f9cdac2
Report on file saving errors that appear flagged by a shell redirect …
ilatypov Mar 2, 2017
9ac6d59
Follow the change of the error function that no longer stops the shel…
ilatypov Mar 2, 2017
8c8ac56
Allow forcing package installation past the check in the list but not…
ilatypov Mar 2, 2017
0867cb1
Allow forcing package installation past the check in the list but not…
ilatypov Mar 2, 2017
d1aef10
Unpack into the secondary root during upgrades. Complete upgrades wi…
ilatypov Mar 3, 2017
f7faf0d
Use a specified secondary root in upgradeinstall.
ilatypov Mar 3, 2017
2b933e7
Avoid relying on a feature of a bash builtin.
ilatypov Mar 6, 2017
b42c2b6
Explain the expected way to run upgradecopy. Clarify other messages.
ilatypov Mar 6, 2017
2cd4176
Obtain the package list from a trusted location regardless of the mir…
ilatypov May 18, 2017
7007489
Use curl in addition to wget and lynx. Exit early when downloading f…
ilatypov Jun 2, 2017
1b15b06
Avoid a Bash-only built-in option.
ilatypov Jun 21, 2017
2700f55
Avoid failing on an unimportant error.
ilatypov Oct 31, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading