mirror of
https://github.com/containers/podman.git
synced 2025-11-01 02:42:11 +08:00
Prune FCOS related code
Given the switch to pulling oci artifacts for podman, we no longer need a fair bit of fedora coreos code for automatically downloading images. [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
@ -6,11 +6,6 @@ import (
|
||||
"os/exec"
|
||||
)
|
||||
|
||||
// TODO temporarily suspended
|
||||
// func getDownloadLocation(p machine.VirtProvider) string {
|
||||
// return getFCOSDownloadLocation(p)
|
||||
// }
|
||||
|
||||
func pgrep(n string) (string, error) {
|
||||
out, err := exec.Command("pgrep", "gvproxy").Output()
|
||||
return string(out), err
|
||||
|
||||
Reference in New Issue
Block a user