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

Wget non verbose #95

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

Conversation

BrianInglis
Copy link

fix #84 add wget -nv non-verbose option

…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
@BrianInglis BrianInglis mentioned this pull request Oct 27, 2016
…, 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,
<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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wget less verbose please
1 participant