ayakael
|
b0432d1075
|
Updated changelog for v0.2.6
|
2018-05-16 00:13:45 -07:00 |
|
ayakael
|
cf5127a59a
|
[cmd_update] [cmd_deploy] [cmd_exclude] [cmd_include] [cmd_fsck] Now makes sure git_dir being used is indeed the right repo
|
2018-05-16 00:09:46 -07:00 |
|
ayakael
|
9df4e5fb0d
|
[db_set] Updated to ignore REPO_ID field
|
2018-05-16 00:04:35 -07:00 |
|
ayakael
|
3d5ceacf0b
|
[parser] Added init command
|
2018-05-16 00:03:13 -07:00 |
|
ayakael
|
03438ec426
|
[cmd_init] Initializes database in target
|
2018-05-16 00:02:48 -07:00 |
|
ayakael
|
5fc92f1620
|
[db_update] Now added tracks are unselected by default.
|
2018-05-15 23:51:40 -07:00 |
|
ayakael
|
7acf7f5d99
|
[cmd_exclude] Fixed UI bug with "OK output
|
2018-05-15 23:47:55 -07:00 |
|
ayakael
|
d4200094cc
|
[print_imageid_du] When gracefull exit occurs, assume that files represent 0 bytes
|
2018-05-15 23:46:57 -07:00 |
|
ayakael
|
2d4c714ba2
|
[print_imageid_du] Function exits gracefully when no imageids are present
|
2018-05-15 23:45:28 -07:00 |
|
ayakael
|
d06aa7beb6
|
[db_set] All conditional will now not overwrite LAST_DEPLOY and LAST_UPDATE rows
|
2018-05-15 23:32:10 -07:00 |
|
ayakael
|
dba832edba
|
[print_imageid_du] Attempt at fixing "dc: stack empty" message when no tracks are selected, this time with return
|
2018-05-15 23:29:00 -07:00 |
|
ayakael
|
b9f882d5d1
|
[print_imageid_du] Attempt at fixing "dc: stack empty" message when no tracks are selected
|
2018-05-15 23:28:13 -07:00 |
|
ayakael
|
71753962bd
|
[db_set] In the event of "all" conditional, will output full DB_FILE for match count
|
2018-05-15 23:25:55 -07:00 |
|
ayakael
|
0c670b69db
|
[db_set] Fixed bug with awk statement
|
2018-05-15 23:24:01 -07:00 |
|
ayakael
|
dc2f09d4e3
|
[db_set] Added if statement for "all" condition to apply selection to all tracks
|
2018-05-15 23:22:28 -07:00 |
|
ayakael
|
1c9dc28a03
|
[deploy_meta] Fixed bug where sed would not proper convert semi colon output from print_meta into newlines to feed into metaflac
|
2018-05-15 23:18:02 -07:00 |
|
ayakael
|
b55b55ce7b
|
[parser] Fixed merge conflict
|
2018-05-04 12:33:10 -07:00 |
|
ayakael
|
d69fe45c58
|
Updated changelog
|
2018-05-04 12:32:12 -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
|
50c5511912
|
[cmd_deploy] Attempt at deploy_cp bad error handling
|
2018-05-04 10:26:20 -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
|
b95373b891
|
[CHANGELOG] Updated changelog
|
2018-04-15 23:13:26 -04:00 |
|
ayakael
|
e2805cf381
|
[parser] Fixed typo
|
2018-04-15 23:05:39 -04:00 |
|
ayakael
|
43e8a57498
|
[help-deploy][help-update][help-general] Added --from options
[help-general] Updated --git-dir option
|
2018-04-15 23:02:38 -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
|
5d199f8315
|
[chk_nonexistent_ids] 2nd attempt at ignoring LAST rows
|
2018-04-15 22:46:17 -04:00 |
|
ayakael
|
29b8f4d4af
|
[chk_nonexistent_ids] Fixed logging handling
|
2018-04-15 22:43:35 -04:00 |
|
ayakael
|
c3217d543a
|
[chk_nonexistent_ids] Proper exit codes introduces
|
2018-04-15 22:40:31 -04:00 |
|
ayakael
|
f9ba957d8d
|
[help-fsck] Added fsck documentation to help menu
|
2018-04-15 22:38:53 -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
|
20cb57ecef
|
[chk_nonexistent_ids] Now ignores LAST_DEPLOY and LAST_UPDATE rows
|
2018-04-15 22:22:44 -04:00 |
|
ayakael
|
511c997c4e
|
[chk_nonexistent_ids] Fixed typo in gawk command
|
2018-04-15 22:21:06 -04:00 |
|
ayakael
|
6b047c87f9
|
[cmd_fsck] Fixed command use
|
2018-04-15 22:13:19 -04:00 |
|
ayakael
|
ff71d6530d
|
[cmd_fsck] Now permits choice in what tests one does
|
2018-04-15 22:05:35 -04:00 |
|
ayakael
|
88c6e17d52
|
[cmd_deploy] Now does not mention target during remove operation
|
2018-04-15 21:59:01 -04:00 |
|
ayakael
|
65c9b5b937
|
[cmd_depoy] Now properly generates removablelists array
|
2018-04-15 21:49:49 -04:00 |
|
ayakael
|
bba5a8680a
|
[deploy_rm] Now exits with proper exit code on success
|
2018-04-15 21:40:11 -04:00 |
|
ayakael
|
187a00f32e
|
[cmd_deploy] Fixed bug with git annex get failure to download when files were already present
|
2018-04-15 21:34:17 -04:00 |
|
ayakael
|
5eb4577994
|
[parser] Fixed typos
|
2018-04-15 21:30:01 -04:00 |
|
ayakael
|
2d8bebb9db
|
[cmd_deploy] Fixed typo in git annex get graceful exit
|
2018-04-15 21:28:50 -04:00 |
|
ayakael
|
b77b5290a7
|
[cmd_deploy] RemovableIDs now includes all tracks that are tagged with "null"
|
2018-04-15 21:19:23 -04:00 |
|
ayakael
|
3b66148c9b
|
[cmd_deploy] Now has proper exit strategy in case of git annex get failure
|
2018-04-15 21:13:46 -04:00 |
|
ayakael
|
240eb94286
|
[cmd_deploy] now gets image files from server if not present
|
2018-04-15 21:09:34 -04:00 |
|
ayakael
|
844b23f3c7
|
Updated changelog to 0.2.3
|
2018-04-15 19:06:57 -04:00 |
|