Compare commits
2 commits
1dac309bb5
...
0e61d31f43
Author | SHA1 | Date | |
---|---|---|---|
0e61d31f43 | |||
7f9d450e05 |
2 changed files with 5 additions and 6 deletions
|
@ -5,13 +5,13 @@ Extremely in progress
|
|||
This has hardly been worked on and is essentially useless at its current state. Please don't use this unless you plan on developing it.
|
||||
|
||||
### TODO
|
||||
[ ] Parse cmdline options well, including parsing the package name from the package repo
|
||||
|
||||
[ ] Make a KO
|
||||
[\*] Parse cmdline options well, including parsing the package name from the package repo
|
||||
|
||||
[ ] Correctly download from several repos
|
||||
|
||||
[ ] Unpack tarballs of various types
|
||||
[\*] Unpack tarballs of various types
|
||||
|
||||
[ ] Correctly install binaries in system
|
||||
|
||||
[ ] More, probably
|
||||
|
||||
|
|
|
@ -69,8 +69,7 @@ fn main() -> Result<(), std::io::Error> {
|
|||
|
||||
resp.copy_to(&mut file).expect("failed to write file");
|
||||
} else {
|
||||
println!("FAIL!");
|
||||
std::process::exit(1);
|
||||
err_and_exit(format!("Request was unsuccessful...did you request from the correct repo?\nStatus is: \"{}\"", resp.status()), 0)
|
||||
}
|
||||
|
||||
let spltdirname: Vec<&str> = pkgname.split(".").collect();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue