fa4e51a0e8
Updated Makefile to change 'build' command to 'compile'
gballan2023-02-11 15:33:08 -05:00
b52a1ef08e
Added script to build deb package
gballan2022-10-26 19:35:23 -04:00
9b59d7485e
Added a version subcommand
gballan2022-09-16 23:21:47 -04:00
1ccd481f9e
Refactored a bit to put the configuration and logging setup before Cobra launches, so it doesn't need to be handled in every sub-command
v0.3.0
gballan2022-09-15 10:09:10 -04:00
4d77a0e2bc
Separated the repository initialization into a separate sub-command
gballan2022-09-15 10:04:39 -04:00
076947ebf9
Fixed the transcode job to rename the output file to the proper extension
v0.2.1
gballan2022-09-03 19:55:50 -04:00
611d0dba9a
Refactored the code a bit so that the Transcoder object handles more of its own setup
gballan2022-09-03 19:51:37 -04:00
674327e0cf
Added a multi-writer so that log messages go to both the console and log file
gballan2022-09-03 10:51:25 -04:00
602ddb1a00
Added example config file to the build files
gballan2022-09-03 10:46:01 -04:00
579450a537
Updated runtime dependencies in the readme
gballan2022-09-02 17:58:08 -04:00
7011a1c776
Updated the readme with install and uninstall info
gballan2022-09-02 13:49:06 -04:00
a8a46df87f
Updated the Makefile to add commands for installing and uninstalling the software on Linux - this will make up for not having native packaging for the time being
gballan2022-09-02 13:43:32 -04:00
e915ebdf34
Fixed lsof in woodpecker testing
gballan2022-09-02 12:12:09 -04:00
96e64d0c37
Consolidated the test file
gballan2022-09-02 12:08:45 -04:00
92d03f44dd
Fixed the FileShouldBeLocked test for CI
gballan2022-09-02 01:57:05 -04:00
af65a9a92f
Fixed the FileShouldBeLocked test for CI
gballan2022-09-02 01:56:04 -04:00
925ad42cb1
Added more unit tests; added Testify package to improve testing capabilities
gballan2022-09-02 00:55:47 -04:00
24f9b2b779
Added a quick and dirty file open check
gballan2022-09-01 15:16:56 -04:00
6d1a24cefb
Added some basic unit tests for some of the utility functions
gballan2022-09-01 14:25:02 -04:00