Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
archives.sh 446 Bytes 9537 about 11 years Aaron Marcuse-Kubitza *{.sh,run}: use new `|| ignore` instead of igno...
binsearch.sh 672 Bytes 10154 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: use new log-() instead of log+() wi...
datasrc.sh 140 Bytes 10095 almost 11 years Aaron Marcuse-Kubitza added lib/sh/datasrc.sh
db.sh 10.6 KB 12193 over 10 years Aaron Marcuse-Kubitza lib/sh/db.sh: pg_dump(): ignore "No matching ta...
db_make.sh 517 Bytes 10396 almost 11 years Aaron Marcuse-Kubitza lib/sh/db_make.sh: added pg_export_table_to_dir...
local.sh 2.42 KB 11861 over 10 years Aaron Marcuse-Kubitza lib/sh/local.sh: public_schema_exists(): use a ...
make.sh 3.07 KB 11976 over 10 years Aaron Marcuse-Kubitza lib/sh/make.sh: remaking alias: documented that...
resume_import.sh 2.2 KB 9854 about 11 years Aaron Marcuse-Kubitza *{.sh,run}: use simpler .rel() instead of `. "$...
sync.sh 1.61 KB 10144 almost 11 years Aaron Marcuse-Kubitza bugfix: lib/sh/sync.sh: upload(): paths: don't ...
util.sh 27.8 KB 12196 over 10 years Aaron Marcuse-Kubitza lib/sh/util.sh: set `shopt -s lastpipe`, to all...
web.sh 216 Bytes 10055 almost 11 years Aaron Marcuse-Kubitza bugfix: lib/sh/web.sh: curl(): use --fail so th...

Latest revisions

# Date Author Comment
12196 02/14/2014 09:21 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: set `shopt -s lastpipe`, to allow setting vars in the last command of a pipeline

12195 02/14/2014 08:43 AM Aaron Marcuse-Kubitza

bugfix: lib/sh/util.sh: ignore_err_msg(): use `try` properly with prep_try and `"try"`

12194 02/14/2014 08:39 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: added prep_try and use it in try alias. try: documented how to run it with a wrapper command.

12193 02/14/2014 08:21 AM Aaron Marcuse-Kubitza

lib/sh/db.sh: pg_dump(): ignore "No matching tables were found" error, using new ignore_err_msg()

12192 02/14/2014 08:20 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: added ignore_err_msg()

12191 02/14/2014 07:34 AM Aaron Marcuse-Kubitza

lib/sh/db.sh: pg_schema_exists(): documented that `try` is used to suppress the error exit status

12190 02/14/2014 07:31 AM Aaron Marcuse-Kubitza

lib/sh/util.sh: stderr_matches(): usage: surrounded command in if statement to indicate what context it would usually be used in

11976 01/20/2014 07:15 PM Aaron Marcuse-Kubitza

lib/sh/make.sh: remaking alias: documented that you MUST use set_make_vars at the beginning of any function that uses this, so that $_remake is properly set to $remake and not left at its previous value

11970 01/20/2014 11:33 AM Aaron Marcuse-Kubitza

moved everything into /trunk/ to create the standard svn layout, for use with tools that require this (eg. git-svn). IMPORTANT: do NOT do an `svn up`. instead, re-use your working copy's existing files with `svn switch` (http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html).

11914 12/16/2013 04:58 PM Aaron Marcuse-Kubitza

fix: lib/sh/util.sh: verbosity_min(): usage: clarified that '' is a special value that causes $verbosity to be overwritten to ''

View revisions

Also available in: Atom