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

Test #104

Open
wants to merge 372 commits into
base: master
Choose a base branch
from
Open

Test #104

wants to merge 372 commits into from

Conversation

bcas9472
Copy link

No description provided.

0<${1:-<(cat)} seems well for here documents.
…_db-list` function.

Ex) ruby-2.0.0-p598-1, etc...
…not a "CP850" at his environment.

See [issue #15](#15).
…win installed in other than `C:\cygwin`.

I would like to thank Kazu who reported it.
* Add link to nobuyo/medy
* Add svnpenn/sage
* Add tmshn/cyg-fast
* Modify digitallamb/apt-cyg
* Add balanx/apt-cyg
* Add langlichuan123/apt-cyg
* Add Milly/apt-cyg
* Add 10sr/pac-cyg
* Modify nobuyo/medy
* Modify svnpenn/sage
* Add description about `update-setup` and `setup` subcommand.
* Fix: mismatching of double quotations.
* add current problem at 2016-02-11 with the ALC (maybe).
kou1okada and others added 30 commits April 5, 2022 17:31
…g command exists.

Improve performance as

```
$ # before
$ time for i in {1..10}; do apt-cyg show; done >/dev/null

real    0m6.103s
user    0m2.175s
sys     0m3.407s

$ # after
$ time for i in {1..10}; do apt-cyg show; done >/dev/null

real    0m5.817s
user    0m2.385s
sys     0m3.208s
```
* This patch will fix issue #88.

I would like to thank @zoidby, @kirusyaga, @darklie and @jarnosz
who reported it.
Bugfix: Cygwin 3.3.6 can't execute "${COMSPEC//\\//}".
This change regards to issue #90.

The `requires:` field is gone from the `setup.ini`.
It seems that is replaced by `depends2:` field.
The `setup.ini` specifications may have changed.
Consider the `depends2:` field in `setup.ini`.
This patch is related to issue #92.

* Type p of postinstall scripts will not marked .done.
* Add a repair routine for incorrect .done marked postinstall scripts.
Bugfix: Type p of postinstall scripts must not be marked .done.
Bugfix: /etc/postinstall/*.dash are not executed.
Add `--benchmark-timeout` option.
- A plain setup.ini is always downloaded even though
  it is successful to download one of compressed versions.
- Arguments for files_restore() is not aligned with
  files_backup() and files_backup_clean().
- Add --mirror-index|-M option.
- Add fd tweaks to findworkspace() and its caller
  for error handling for the above option.
- Add completion for the above option with new pathof argument.
- User OPT_VERBOSE_LEVEL instead of fd 3.
- Support multiple mirrors internally.
- Replace `pathof lastmirror` to `pathof mirros`.
This merge is related to pull-request #102.
* Add a check for iconv to the check for required commands
  at the start of execution.
* Remove the check for iconv before subcommand execution
  as it became unnecessary.

This related to issue #104.
This change is related to following issue:

* Cygwin public key hardcoded in apt-cyg expired #105.
Update sha512sum of `pubring.asc` because PGP key of cygwin has been updated.
Improve error messages by adding a suggestion to install `libiconv` if it is not installed.
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.