Šimon Lukašík (c2a06643) at 11 Aug 21:11
Add missing migrations
Šimon Lukašík (87361664) at 11 Aug 19:10
Throw it over the wall
See also
let data_dir = matches.value_of("datadir").unwrap_or("data");
in main.rs:263
no
Šimon Lukašík (077c28ed) at 10 Aug 09:20
Gitignore like a pro
See also
let data_dir = matches.value_of("datadir").unwrap_or("data");
in main.rs:263
Šimon Lukašík (d30a16ff) at 10 Aug 09:15
Provide empty data/ directory as we use it as default for storing data
Please help.
Addressing: When there is no pwclient configuration, selinux-patchwork tries to parse empty stdout, succeeds and proceeds, but patchlist remains empty.
Before:
$ selinux-patchwork -f -d ./
Value for output: ./ false
successfully wrote to .//patch.list
successfully wrote
After:
$ selinux-patchwork -f -d ./
Value for output: ./ false
thread 'main' panicked at 'pwclient child process failed with: No default project configured in /home/slukasik-f30/.pwclientrc
', src/main.rs:148:13
Šimon Lukašík (c605f758) at 10 Aug 09:08
Try to do some error handling