srpmproc/pkg/directives
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
..
add.go remove deprecated ioutil functions 2024-06-10 08:31:26 -07:00
delete.go enhancement: expose srpmproc library 2021-08-19 12:11:07 +02:00
directives.go fix: remove remaining fatal logs and turn them into errors 2021-09-10 22:31:59 +02:00
lookaside.go remove deprecated ioutil functions 2024-06-10 08:31:26 -07:00
patch.go Fixingup error returns for directives (#26) 2024-07-12 14:04:42 -04:00
replace.go remove deprecated ioutil functions 2024-06-10 08:31:26 -07:00
spec_change.go Change patch directive to maximum compatible form 2024-06-24 00:14:23 -07:00