Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move some command line execution to Golang API #75

Open
herpiko opened this issue Oct 21, 2020 · 4 comments
Open

Move some command line execution to Golang API #75

herpiko opened this issue Oct 21, 2020 · 4 comments

Comments

@herpiko
Copy link
Member

herpiko commented Oct 21, 2020

No description provided.

@wejick
Copy link
Collaborator

wejick commented Oct 22, 2020

can you give some example @herpiko ?

@herpiko
Copy link
Member Author

herpiko commented Oct 22, 2020

@wejick

I found plenty of mkdir commands, these should be moved to os.Mkdir/os.MkdirAll. And there are some curl command (use net/http instead?). Also I was thinking about migrating gpg stuff to code.google.com/p/go.crypto/openpgp if possible. And docker (https://godoc.org/github.com/docker/docker/client)?

Anyway, some will stay in command exec:

  • pbuilder
  • reprepro

@wejick
Copy link
Collaborator

wejick commented Nov 21, 2020

I'm refactoring chief ya FYI
take a look on this wip branch 2bf4818

@herpiko
Copy link
Member Author

herpiko commented Nov 22, 2020

@wejick ack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants