1
0
Fork 0
Commit Graph

12 Commits

Author SHA1 Message Date
Roan Horning 7feae31e11
Add helper script that creates the HPR SQLite file 2023-03-07 19:03:08 -05:00
Roan Horning add92ef20d
Add utility script to refresh the local website
This script  will download latest MySQL dump file from
hacckerpublicradio.org. Generate a new hpr.db SQLite file,
and then regenerate all of the website files.
2023-03-03 23:32:35 -05:00
Roan Horning f8e397d0bd
Add required script mysql2sqlite to repository
Converts MySQL dump to SQLite3 compatible dump
    (including MySQL KEY xxxxx statements from the CREATE block).

    Website: https://github.com/dumblob/mysql2sqlite
    The MIT License (MIT)
    Copyright (c) 2015 esperlu, 2016 dumblob
2023-03-03 23:00:50 -05:00
Roan Horning e7e752f1e8
Improve function messages 2023-03-03 21:47:29 -05:00
Roan Horning 094287837c
Put variables into local scope of the function
Forgot to use the local keyword when declaring the variables.
2023-03-03 21:44:35 -05:00
Roan Horning a53f201842
Code formatting with no functional changes 2023-03-03 20:46:34 -05:00
Roan Horning 2ce1280cc0
Make functional stub function copy_to_public_dir 2023-03-03 20:45:16 -05:00
Roan Horning d45ca0de96
Make functional stub function make_hpr_sqlite_db 2023-03-03 20:42:42 -05:00
Roan Horning 13aeb647ad
Make functional stub function download_hpr_sql 2023-03-03 20:41:29 -05:00
Roan Horning ee6a4e601d
Fill out function clean_working_dir 2023-02-27 23:30:24 -05:00
Roan Horning b544687f0f
Fill out stub of make_working_dir function 2023-02-27 23:27:26 -05:00
Roan Horning 0ed7efe93b
Initial add of bash library for update utils
Stubs for functions to be used in update scripts.
2023-02-27 21:07:01 -05:00