Include readme like information for local imports
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
git-ubuntu |
Triaged
|
Undecided
|
Nish Aravamudan |
Bug Description
This is to propose including readme-like information for imports that end up being used locally (--no-push --no-clean) so that the importer is better informed about what is the state after the import finishes.
Right now the target directory seems to be empty (only hidden dirs) and no branch is checked-out (orphaned state). At the first glance it looks like something has gone wrong when in fact everything is perfectly fine.
The proposal is to either:
1) for case mentioned above print short informational msg on the console that would describe the current state and give insights on how to move forward. kind-of a very quick start guide.
or:
2) end in a state where a special "readme" branch is checked-out with just a single file on it (README.md) that would describe the current state and give insights on how to move forward. kind-of a very quick start guide.
Changed in usd-importer: | |
milestone: | none → 1.0 |
tags: | added: import |
This should be safe to do as 2) by putting a commit on the orphan master branch, where you stay after the nofetch/nopush import.