Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage a machine consumable list of all org repositories #6

Open
jayvdb opened this issue Oct 29, 2018 · 3 comments
Open

Manage a machine consumable list of all org repositories #6

jayvdb opened this issue Oct 29, 2018 · 3 comments

Comments

@jayvdb
Copy link
Collaborator

jayvdb commented Oct 29, 2018

c.f. coala/meta#99

The list of repositories should be in a format(s) that other tools use.

https://github.com/vcstools 's rosinstall format is one of the most available, being a apt package on most systems.

I did some very preliminary work on rosinstall at https://github.com/jayvdb/meta/tree/rosinstall/rosinstall , but the first iteration of this should only emit a single file.

Other tools which have a dotfiles like repo list.

Maybe

GCI Students

Adding core infrastructure to the tool had been done as part of 1st instance of this task. You task now is to add a repo list encoder for one of the formats listed above and fix #29.

Mental note, possibly dotfiles are a feature to be added to https://github.com/guyzmo/git-repo or IGitt

@jayvdb jayvdb changed the title Manage a machine consumable list of all repositories Manage a machine consumable list of all org repositories Oct 29, 2018
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 8, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 8, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 8, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 8, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 8, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
kx-chen added a commit to kx-chen/org-status that referenced this issue Nov 9, 2018
Add option to export list of org repos into different formats.

Closes ksdme#6
@ksdme ksdme closed this as completed in #27 Nov 9, 2018
@jayvdb jayvdb reopened this Nov 10, 2018
@jayvdb
Copy link
Collaborator Author

jayvdb commented Nov 10, 2018

Lets add some more formats ;-)

@jayvdb
Copy link
Collaborator Author

jayvdb commented Nov 11, 2018

This issue reserved for Google Code-in task 5514614923067392.

@jayvdb
Copy link
Collaborator Author

jayvdb commented Nov 12, 2018

Ideally the second instance of this task also does #29

CLiu13 added a commit to CLiu13/org-status that referenced this issue Nov 13, 2018
This adds support for gitshelf as a format for a list
of repositories. This also adds support for fetching
only repos that are listed in a list of repositories,
as specified by --import-repos and --format.

Closes ksdme#6 and ksdme#29
CLiu13 added a commit to CLiu13/org-status that referenced this issue Nov 13, 2018
This adds support for gitshelf as a format for a list
of repositories. This also adds support for fetching
only repos that are listed in a list of repositories,
as specified by --import-repos and --format.

Closes ksdme#6 and ksdme#29
CLiu13 added a commit to CLiu13/org-status that referenced this issue Nov 13, 2018
This adds support for gitshelf as a format for a list
of repositories. This also adds support for fetching
only repos that are listed in a list of repositories,
as specified by --import-repos and --format.

Closes ksdme#6 and ksdme#29
CLiu13 added a commit to CLiu13/org-status that referenced this issue Nov 13, 2018
This adds support for gitshelf as a format for a list
of repositories. This also adds support for fetching
only repos that are listed in a list of repositories,
as specified by --import-repos and --format.

Closes ksdme#6 and ksdme#29
CLiu13 added a commit to CLiu13/org-status that referenced this issue Nov 13, 2018
This adds support for gitshelf as a format for a list
of repositories. This also adds support for fetching
only repos that are listed in a list of repositories,
as specified by --import-repos and --format.

Closes ksdme#6 and ksdme#29
CLiu13 added a commit to CLiu13/org-status that referenced this issue Nov 14, 2018
This adds support for gitshelf as a format for a list
of repositories. This also adds support for fetching
only repos that are listed in a list of repositories,
as specified by --import-repos and --format.

Closes ksdme#6 and ksdme#29
CLiu13 added a commit to CLiu13/org-status that referenced this issue Nov 14, 2018
This adds support for gitshelf as a format for a list
of repositories. This also adds support for fetching
only repos that are listed in a list of repositories,
as specified by --import-repos and --format.

Closes ksdme#6 and ksdme#29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant