Bundle creation script on android.git.linaro.org throws errors
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Linaro Android Infrastructure |
Triaged
|
Low
|
Unassigned |
Bug Description
Subject: Cron <root@ip-
Content-Type: text/plain; charset=
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <PATH=/
X-Cron-Env: <LOGNAME=root>
fatal: ambiguous argument 'master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
error: rev-list died
fatal: ambiguous argument 'master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
error: rev-list died
fatal: ambiguous argument 'master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
error: rev-list died
fatal: ambiguous argument 'master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
error: rev-list died
fatal: ambiguous argument 'master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
Changed in linaro-android-infrastructure: | |
status: | Triaged → In Progress |
Changed in linaro-android-infrastructure: | |
milestone: | 2013.11 → 2014.01 |
assignee: | Paul Sokolovsky (pfalcon) → nobody |
status: | In Progress → Triaged |
Changed in linaro-android-infrastructure: | |
milestone: | 2014.01 → backlog |
importance: | Medium → Low |
This happens because we run "git bundle create clone.bundle master" and master branch is not always present. One way to solve this is to do "git bundle create --all", which actually should improve efficiency of bundles. But need to analyze space impact.