Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
data.pg.sql.run 286 Bytes 12968 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: runscript targets: use begin_target...
datasrc_dir.run 745 Bytes 12851 almost 11 years Aaron Marcuse-Kubitza lib/runscripts/datasrc_dir.run: import(): use n...
extract.run 324 Bytes 12968 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: runscript targets: use begin_target...
file.pg.sql.run 329 Bytes 12779 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: use new begin_target instead of `ec...
import.run 359 Bytes 12968 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: runscript targets: use begin_target...
import_subset.run 374 Bytes 12968 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: runscript targets: use begin_target...
in_datasrc_dir.run 480 Bytes 12779 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: use new begin_target instead of `ec...
install.run 326 Bytes 12968 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: runscript targets: use begin_target...
mysql.table.run 1.06 KB 12968 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: runscript targets: use begin_target...
pg.conf.run 206 Bytes 12968 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: runscript targets: use begin_target...
schema.pg.sql.run 295 Bytes 12968 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: runscript targets: use begin_target...
subdir.run 653 Bytes 10097 over 11 years Aaron Marcuse-Kubitza bugfix: lib/runscripts/datasrc_dir.run, subdir....
table.run 3.06 KB 12968 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: runscript targets: use begin_target...
util.run 3.48 KB 12968 almost 11 years Aaron Marcuse-Kubitza *{.sh,run}: runscript targets: use begin_target...
validations.pg.sql.run 391 Bytes 12224 almost 11 years Aaron Marcuse-Kubitza validation/aggregating/*/*.sql, schemas/vegbien...
view.run 534 Bytes 12691 almost 11 years Aaron Marcuse-Kubitza lib/runscripts/table.run: remake_VegBIEN_mappin...

Latest revisions

# Date Author Comment
12968 03/29/2014 04:06 AM Aaron Marcuse-Kubitza

*{.sh,run}: runscript targets: use begin_target instead of echo_func so the target name is properly echoed. note that this requires using with_rm so that $rm is properly progagated to applicable invoked targets. (previously, $rm was progagated to all invoked targets. note that with_rm only works inside a runscript target that starts with begin_target.)

12967 03/29/2014 03:58 AM Aaron Marcuse-Kubitza

lib/sh/make.sh: self_make(): renamed to with_rm() for clarity, since this is used only to progagate $rm, and does not also invoke a command with the same name as the current function, as the name might suggest

12964 03/28/2014 07:03 AM Aaron Marcuse-Kubitza

lib/runscripts/util.run: support conventional main() method as well as `all` target

12878 03/24/2014 01:43 AM Aaron Marcuse-Kubitza

bugfix: lib/runscripts/table.run: schema/make calls: need to use `make schema` instead because old-style datasources don't have a top-level runscript (the absence of this identifies them as old-style so inputs/input.Makefile works correctly)

12866 03/22/2014 04:55 AM Aaron Marcuse-Kubitza

lib/runscripts/util.run: on_exit(): documented that users can also override gateway()/fallback() to perform other commands (or no commands) after the script is read

12864 03/22/2014 04:44 AM Aaron Marcuse-Kubitza

fix: lib/runscripts/table.run: table_make_install(): need to inform the user when it skips installing a table, because this is often unexpected

12863 03/22/2014 04:43 AM Aaron Marcuse-Kubitza

fix: lib/runscripts/util.run: run_args_cmd(): need to indent the output of the target that it's running

12862 03/22/2014 04:15 AM Aaron Marcuse-Kubitza

lib/runscripts/table.run: removed no longer used datasrc_make_install()

12851 03/22/2014 03:07 AM Aaron Marcuse-Kubitza

lib/runscripts/datasrc_dir.run: import(): use new schema/make, schema/rm

12850 03/22/2014 02:59 AM Aaron Marcuse-Kubitza

lib/runscripts/table.run: load_data(): use the much simpler `schema/make` run target, rather than outsourcing to the legacy Makefile via the convoluted datasrc_make_install()/table_make_install()

View revisions

Also available in: Atom