n3dr: Not able to push repo data to destination Nexus repo after download

Not able to push repo data to destination Nexus repo after download

Downloaded content should push to new Nexus repo

Run upload command to reproce

n3dr-linux upload -d -u admin -n http://nexus.testserver.com -r Dev_NEW

I am able to download but can’t upload.getting below error while upload

"FATA[0000]/home/travis/gopath/src/github.com/030/n3dr/cmd/upload.go:42 n3dr/cmd.glob..func6() lstat : no such file or directory"

Environment: Linux

  • n3dr version (use n3dr -v): 3.3.3
  • OS (e.g: cat /etc/os-release): Ubuntu 16.04.4 LTS (Xenial Xerus)
  • Kernel (e.g. uname -a): 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  • Others:

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 31 (19 by maintainers)

Commits related to this issue

Most upvoted comments

@rluvaton Could you indicate whether the repository is a non-maven one? E.g. it is an ubuntu repository as apt-ubuntu20.04 is specified? If true, could you create a new issue as currently only maven upload is supported? We have to write a test that is able to upload apt content to an apt repository. Probably n3cac has to be used to automate the creation of the apt repository, download and subsequently upload the content.

Done #140

@rluvaton Could you indicate whether the repository is a non-maven one? E.g. it is an ubuntu repository as apt-ubuntu20.04 is specified? If true, could you create a new issue as currently only maven upload is supported? We have to write a test that is able to upload apt content to an apt repository. Probably n3cac has to be used to automate the creation of the apt repository, download and subsequently upload the content.

@faheemjmi Thanks for reporting this. I hope to work on this upcoming weekend.