srpmproc/pkg
Jonathan Maple 43e56cc58a
Fixingup error returns for directives (#26)
The processing of pkg/directives/patch.go will return an error type but
handeling of it was attempting to use JSON encoding to print to screen.
There is no reason to use that since the `error` type only has a string
in it but doesn't get marshalled properly to json due to the private
variables.
This is also the only time json marshaling is used so instead covert the
error handling to just `fmt.Printf`.
2024-07-12 14:04:42 -04:00
..
blob remove deprecated ioutil functions 2024-06-10 08:31:26 -07:00
data Add two features and one fix 2023-09-05 03:50:43 -07:00
directives Fixingup error returns for directives (#26) 2024-07-12 14:04:42 -04:00
misc Repaired manual commits feature and added some bugfixes: 2023-03-05 22:04:20 -05:00
modes remove deprecated ioutil functions 2024-06-10 08:31:26 -07:00
rpmutils Support ~ and % in Release 2022-11-15 15:14:59 +01:00
srpmproc Fixingup error returns for directives (#26) 2024-07-12 14:04:42 -04:00