aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-10Add data.dPatrick Spek2-0/+5
2023-03-10Move the file_template function and add a commentPatrick Spek1-34/+38
2023-03-10Update qa targetPatrick Spek1-1/+7
2023-03-10Add license header to Debian control filePatrick Spek2-1/+4
2023-03-10Clean up unused Debian filesPatrick Spek18-819/+0
2023-03-10Set .deb version in Makefile targetPatrick Spek2-1/+1
2023-03-10No need to chgdir when using -C on gitPatrick Spek1-1/+0
2023-03-10Update copyright datesPatrick Spek8-8/+8
2023-03-10Only show playbooks if the requisite directory existsPatrick Spek1-3/+8
2023-03-10Redo pkg-debian targetPatrick Spek2-38/+15
2023-03-09Implement BASHTARD_PLAYBOOK_VARSPatrick Spek4-0/+55
2023-03-08Add --init to initialize new submodulesPatrick Spek1-1/+1
2023-03-08Only stash and pop if the tree is dirtyPatrick Spek1-2/+9
2023-03-08Split pull functionality into its own subcommandPatrick Spek4-12/+24
2023-03-08Add diff subcommandPatrick Spek2-5/+3
2023-03-08Stash and pop changes when syncingPatrick Spek2-0/+10
2023-03-08Change remotes to simply be git submodulesPatrick Spek5-50/+5
2023-03-08Rename file_rhash to dir_hashPatrick Spek2-11/+11
2023-03-06Various fixes to make the latest shellcheck passPatrick Spek7-9/+17
2022-12-04Add file_rhash utilityPatrick Spek2-0/+15
2022-10-17Update backup subcommand to use new config_subkeys semanticsPatrick Spek1-8/+6
2022-09-26Update config_subkeys to only return the first level of subkeyPatrick Spek1-1/+3
2022-08-25Overhaul Debian package generationPatrick Spek20-21/+840
2022-08-24Include scdoc as a build dependencyPatrick Spek1-0/+1
2022-08-24Expand the descriptionPatrick Spek1-0/+6
2022-08-03Add $BASHTARD_PLATFORM[init]Patrick Spek2-2/+37
2022-08-03Add package manager entry for UbuntuPatrick Spek1-0/+2
2022-06-22Add pkg-debian target to MakefilePatrick Spek9-26/+85
2022-06-05Let targetless make inform to use make installPatrick Spek1-1/+4
2022-05-26Fix up PGPASSWORD from botched debugging experimentPatrick Spek1-1/+1
2022-05-26Make config_subkeys only return unique resultsPatrick Spek1-2/+11
2022-05-26And fix the same typo but for postgresql backupsPatrick Spek1-1/+1
2022-05-26Fix typo in remote_paths lookupPatrick Spek1-1/+1
2022-05-26Don't use --content-from-commandPatrick Spek1-5/+3
2022-05-26Add more logging to postgresql backupsPatrick Spek1-12/+26
2022-05-26Make borg read from stdin for pg_dump backupsPatrick Spek1-1/+2
2022-05-26Rename key to passphrasePatrick Spek1-2/+2
2022-05-26Put backup prune defaults in the default configuration filePatrick Spek2-9/+12
2022-05-26Add a first iteration of a backup subcommandPatrick Spek2-0/+158
2022-05-26Make datetime pass on -u in all casesPatrick Spek2-2/+4
2022-05-26Alter the configuration used for sshPatrick Spek3-12/+9
2022-05-23Add config_subkeysPatrick Spek2-0/+47
2022-05-11Make shellcheck happyPatrick Spek3-6/+15
2022-05-11Fix up any missing license and copyright headersPatrick Spek11-2/+48
2022-05-11Add a qa targetPatrick Spek1-1/+5
2022-05-11Implement pkg subcommandPatrick Spek4-2/+29
2022-05-11Allow package names to not be explicitly defined as configuration valuesPatrick Spek2-3/+7
2022-05-11Check if rc.d file existsPatrick Spek2-2/+4
2022-05-11Make ssh use ssh.host properlyPatrick Spek2-5/+8
2022-05-11Add var subcommand to usagePatrick Spek2-1/+17