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
- [GH-113] Removed superfluous versions to be tested. — committed to 030/n3dr by 030 4 years ago
- [GH-113] shellcheck findings — committed to 030/n3dr by 030 4 years ago
- [GH-113] Password should be exported in integration test. — committed to 030/n3dr by 030 4 years ago
- [GH-113] Password extraction issue. — committed to 030/n3dr by 030 4 years ago
- [GH-113] Improved error message regarding missing pom files. — committed to 030/n3dr by 030 4 years ago
- [GH-113] Error return value of ioutil.WriteFile is not checked — committed to 030/n3dr by 030 4 years ago
- [GH-113] Sonar authentication failed — committed to 030/n3dr by 030 4 years ago
- [GH-113] Debug Sonar authentication failed — committed to 030/n3dr by 030 4 years ago
- [GH-113] Debug Sonar authentication failed - try sonar.login — committed to 030/n3dr by 030 4 years ago
- [GH-113] Debug Sonar authentication failed - remove add on — committed to 030/n3dr by 030 4 years ago
- [GH-113] Debug Sonar authentication failed - sonar-scanner not found — committed to 030/n3dr by 030 4 years ago
- [GH-113] Debug Sonar authentication failed - auth fails — committed to 030/n3dr by 030 4 years ago
- [GH-113] Re-enabled the tests after fixing sonarcloud integration. — committed to 030/n3dr by 030 4 years ago
- [GH-113] windows and mac artifact creation broken — committed to 030/n3dr by 030 4 years ago
- [GH-113] Upload zip files. — committed to 030/n3dr by 030 4 years ago
- Merge pull request #117 from 030/113-upload-zip-files [GH-113] Upload zip files. — committed to 030/n3dr by 030 4 years ago
- [GH-113] code smells — committed to 030/n3dr by 030 4 years ago
- [GH-113] Info log that indicates what files from what folders will be uploaded. — committed to 030/n3dr by 030 4 years ago
- Merge pull request #118 from 030/113-download-groups [GH-113] code smells — committed to 030/n3dr by 030 4 years ago
- [GH-113] Download artifacts that match regular expression. — committed to 030/n3dr by 030 4 years ago
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.