Commit graph

27 commits

Author SHA1 Message Date
ayakael
d86a2d3860
[*]Migrated all deploy_ functions to export_ 2018-06-15 17:40:53 -08:00
ayakael
305e2a3631
[parser] Added import command parding, added saner bad command parsing 2018-05-18 20:16:42 -07:00
ayakael
3d5ceacf0b
[parser] Added init command 2018-05-16 00:03:13 -07:00
ayakael
b55b55ce7b
[parser] Fixed merge conflict 2018-05-04 12:33:10 -07:00
ayakael
fb4cedb3d7
[parser] Fixed over-break and a shift what was not needed 2018-05-04 12:31:01 -07:00
ayakael
8a7cdff149
[parser] Changed return to break 2018-05-04 12:20:58 -07:00
ayakael
54013450b4
[parser] Another attempt at dealing with options parsing 2018-05-04 12:19:19 -07:00
ayakael
a299939cb0
[parser] Fixed broken option handling 2018-05-04 10:31:53 -07:00
ayakael
45fc52df36
[parser] Fixed indentation for general options, try 2 2018-04-30 08:54:24 -07:00
ayakael
e160d6df7e
[parser] Fixed indentation for general options 2018-04-30 08:51:23 -07:00
ayakael
e2805cf381
[parser] Fixed typo 2018-04-15 23:05:39 -04:00
ayakael
cfd00e3e2d
[cmd_deploy][cmd_update][parser] Added --from option to define OLD_COMMIT
[parser] --git-dir option now expects no = in front of it
2018-04-15 22:58:41 -04:00
ayakael
90ddcd930c
[parser] Made while loop non-infinite 2018-04-15 22:33:45 -04:00
ayakael
d137ace072
[parser] fsck options can not be put after or before target 2018-04-15 22:32:21 -04:00
ayakael
c8f81c2ecd
[parser] [cmd_fsck] Test specification now done by parser 2018-04-15 22:29:45 -04:00
ayakael
5eb4577994
[parser] Fixed typos 2018-04-15 21:30:01 -04:00
ayakael
a5b5b27426
[parser] Fixed typo in cmd_include call 2018-04-08 13:03:22 -04:00
ayakael
1874482e55
[parser] Added exit commenrs for deploy and update 2018-04-07 22:40:46 -04:00
ayakael
0dfc40aaa8
[cmd_*][parser] Exit code for missing database file is now 3 2018-04-07 21:40:41 -04:00
ayakael
87d8f8e167
[cmd_*] Fixed typo with detection of git directory
[parser] Fixed bug with exit code detection
2018-04-07 21:18:44 -04:00
ayakael
342d7d7eed
[build.sh] Rewritten to build help menus
[help/conditions] [help/general] [help/info] Initial version
[parser] Added support for help
2018-04-07 21:02:31 -04:00
ayakael
dc6464ab54
[parser] Added --git-dir option. Otherwise, GIT_DIR is defined as the current working directory
[cmd_deploy] [cmd_du] [cmd_exclude] [cmd_fsck] [cmd_include] [cmd_update] Added checks to ensure DB_FILE and GIT_DIR exist
2018-04-07 20:31:51 -04:00
ayakael
1e2d22cfbb
[parser] [cmd_fsck] Added fsck command to check integrity of db file 2018-04-07 20:08:23 -04:00
ayakael
ad853a61bf
[cmd_du] Added function to check total projected disk usage of selected IMAGEIDs 2018-04-06 19:02:10 -04:00
ayakael
d3c141cbd8
[build.sh] Updated build script to remove debug eval command.
[build.sh] Build script now has 'env' file at head and 'parser' file tail
[cmd_deploy] Now uses the _OPT_DB_FILE variable instead of DB_FILE
[cmd_deploy] now generates imageidList using DB_FILE if imageid not provided by user
[cmd_exclude] Rewrote to operate as front end to db_set's exclude function
[cmd_include] Added as front end to db_set's include function
[cmd_update] Fixed some typos
[db_set] Added as backend to DB_FILE trackid selection
[env] Now defines _OPT_DB_FILE as .dam.db
[parser] Updates parser to support cmd_deploy, cmd_include, cmd_exclude and cmd_update
[print_meta_mtag] Last line now does not trail with ";" character
2018-03-28 19:26:38 -04:00
ayakael
d024a0dc02
Program now executes on a track by track basis, rather than image id by image id basis
Added support for track  selection/exclusion.
Rewrote code
2018-03-26 19:34:44 -04:00
ayakael
48d5fb91af
Initial commit - migration from music repo to own repo 2018-03-19 15:09:06 -04:00