-
Notifications
You must be signed in to change notification settings - Fork 685
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
bcas9472
wants to merge
372
commits into
transcode-open:master
Choose a base branch
from
kou1okada:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Test #104
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0<${1:-<(cat)} seems well for here documents.
…_db-list` function. Ex) ruby-2.0.0-p598-1, etc...
…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 pi0/cyg
* add current problem at 2016-02-11 with the ALC (maybe).
…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 ```
Improve perfoemance 20220404
* 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.
This patch is related to issue #93.
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.
Prefer gpg2 over gpg.
- 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.