Skip to content

Instantly share code, notes, and snippets.

@Forkk
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Forkk/527e95ca12c6c251b01f to your computer and use it in GitHub Desktop.
Save Forkk/527e95ca12c6c251b01f to your computer and use it in GitHub Desktop.
repoman2 Design

With the repository manager, the GoUpdate spec will be somewhat overhauled, but the goal is to do so in a manner which is backwards compatible.

Firstly, in repoman2, we are introducing the concept of a "collection". A collection is simply one big folder containing a folder for each platform the application runs on.

A platform directory, or platform, refers to a folder containing GoUpdate repositories (or channels) for a particular platform. Inside this platform directory is a channels.json file, which contains information about all of the repositories available on that platform.

Within each channel, everything should act in accordance with the GoUpdate specification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment