-
Notifications
You must be signed in to change notification settings - Fork 686
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
Wget non verbose #95
Open
BrianInglis
wants to merge
13
commits into
transcode-open:master
Choose a base branch
from
BrianInglis:wget-non-verbose
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
Wget non verbose #95
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
…permanent first and last to run postinstall scripts
options -- compile looks for cygport, configure, or makefiles and uses them -- with cygports, defined build dependencies (DEPEND=...) including cygport itself are installed
Open
…, add markup, apt-cyg: speed up by using sed -i instead of awk inplace, sed instead of awk, parameter substitution instead of sed, ensure standard collating sequence in commands, change some messages to warnings, change uses of script name to $0, add blank lines for readability, reorder command checking to put more general queries before actions and developer and maintenance commands after, apt-cyg(usage): reorder usage commands to put more general queries before actions and developer and maintenance commands after, add command arguments, OPTIONS, DIAGNOSTICS, and contributors to AUTHORS, apt-cyg(wget): fallback from wget to curl to lynx and complain if none available, apt-cyg(get-setup): support getting setup.xz, .bz2, or .ini if available, apt-cyg(apt-category): add show-categories and call if no category given, apt-cyg(download): don't replace /etc/setup/<pkg>.lst.gz, apt-cyg(apt-searchall): combine wget arg building into statement url, combine awk skips into one conditional skip, apt-cyg(apt-install): create/replace /etc/setup/<pkg>.lst.gz after successful download, create temp installed db in /etc/setup/ instead of /tmp/, support all specified permanent postinstall script names, apt-cyg(apt-remove): check for more useful commands whose packages should not be removed,
…, add markup, apt-cyg: speed up by using sed -i instead of awk inplace, sed instead of awk, parameter substitution instead of sed, ensure standard collating sequence in commands, change some messages to warnings, change uses of script name to $0, add blank lines for readability, reorder command checking to put more general queries before actions and developer and maintenance commands after, apt-cyg(usage): reorder usage commands to put more general queries before actions and developer and maintenance commands after, add command arguments, OPTIONS, DIAGNOSTICS, and contributors to AUTHORS, apt-cyg(wget): fallback from wget to curl to lynx and complain if none available, apt-cyg(get-setup): support getting setup.xz, .bz2, or .ini if available, apt-cyg(apt-category): add show-categories and call if no category given, apt-cyg(download): don't replace /etc/setup/<pkg>.lst.gz, apt-cyg(apt-searchall): combine wget arg building into statement url, combine awk skips into one conditional skip, apt-cyg(apt-install): create/replace /etc/setup/<pkg>.lst.gz after successful download, create temp installed db in /etc/setup/ instead of /tmp/, support all specified permanent postinstall script names, apt-cyg(apt-remove): check for more useful commands whose packages should not be removed,
…mpile" This reverts commit 5cd1d58.
<cache>/<mirror>/setup.ini to /etc/setup/installed.db and display the number of, and details about, packages where the versions differ, and the size of the archives to be download, call at end of apt-update, make output more like Debian apt, change wrapped awk indentation, use zcat, zgrep instead of unpacking /etc/setup/<pkg>.lst.gz, change wget calls to remove wget-only output file option; apt-cyg(apt-list): change to list nothing unless (a) package(s) specified, or --upgradable or --installed requested, like Debian apt, and with similar output, support glob patterns and convert to regexps, scan with one pass over setup.ini instead of one per package, call apt-listall if no packages found; apt-cyg(apt-listall): support glob patterns and convert to regexps, scan with one pass over setup.ini instead of one per package, output similar to Debian apt, apt-cyg(wget): if two args passed, use first as output file adapted to command issued.
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.
fix #84 add wget -nv non-verbose option