datatogether / task_mgmt

Service for managing & executing archiving tasks written in Golang
https://task-mgmt.archivers.space
GNU Affero General Public License v3.0
2 stars 1 forks source link

Feat/ipfs add url #10

Closed b5 closed 7 years ago

b5 commented 7 years ago

quick PR to upgrade single url archiving task

dcwalk commented 7 years ago

I can't check this :(

running go1.8.3 darwin/amd64 installed via brew

I've added GO path to my bash profile

export GOPATH=$HOME/
export PATH=$GOPATH/bin:/usr/local/go/bin:$PATH

And I can run go get github.com/datatogether/task-mgmt with no errors from the context repo, but trying docker-compose up i get:

ERROR: build path /src/github.com/datatogether/task-mgmt either does not exist, is not accessible, or is not a valid URL.

Given that this is time sensitive, @b5 can you merge in this PR as well as the Add a Dataset? I could not find your documentation anywhere to test against, sorry

b5 commented 7 years ago

Merging b/c https://github.com/datatogether/context/pull/45