Bug 1450950
| Summary: | Tito + GitAnnex combo gives " git-annex: First run: git-annex init | ||
|---|---|---|---|
| Product: | [Community] Copr | Reporter: | clime |
| Component: | backend | Assignee: | clime |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | Marcin.Dulak, praiskup |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-07-31 14:08:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
clime
2017-05-15 12:51:24 UTC
Not very much info above, heh. Production log: http://copr-dist-git.fedorainfracloud.org/per-task-logs/551683-master.log Stacktrace is: Command output: /bin/sh: git-annex: command not found Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/tito/builder/main.py", line 148, in run self.srpm() File "/usr/lib/python3.5/site-packages/tito/builder/main.py", line 201, in srpm self.tgz() File "/usr/lib/python3.5/site-packages/tito/builder/main.py", line 569, in tgz self._setup_sources() File "/usr/lib/python3.5/site-packages/tito/builder/main.py", line 1202, in _setup_sources error_out('%s' % msg) File "/usr/lib/python3.5/site-packages/tito/common.py", line 237, in error_out sys.exit(1) SystemExit: 1 Please, ignore the invalid stacktrace above and just use the log. This is the build that triggered the error https://copr.fedorainfracloud.org/coprs/marcindulak/minishift-br/build/551683/ This is one fix: https://pagure.io/copr/copr/pull-request/71 But to make it work, the repository needs to contain the automatic branch named 'git-annex'. It's in production with that fix. So you can try if the import moves any further than in https://copr.fedorainfracloud.org/coprs/marcindulak/minishift-br/build/551683/. A different error now, but I have also the git-annex branch in the repo as pointed out here https://lists.fedoraproject.org/archives/list/copr-devel@lists.fedorahosted.org/thread/HKX4HBBB4DV2VX75LFTR7DZW66BZ3R2T/ https://copr.fedorainfracloud.org/coprs/marcindulak/minishift-br/build/560845/ Interesting. Not reproduced manually with: * build of the docker image and running it ... * creating temporary non-root user and 'su' to it ... * git clone YOUR_REPO, cd YOUR_REPO/YOUR_SUBDIR * mkdir /tmp/test && tito build -o /tmp/test --srpm This works fine for me. Maybe there's some environment difference in copr? |