This is a general purpose skeleton manifest for a cross-dev development environment with minimal packages. The manifest configures git-repo tool to synchronize a set of GIT repositories.
- JuNEST tools for a jailed ArchLinux setup
- unionfs-fuse checked out to a stable release
- The latest and greatest stable fuse
- Facade script and its libraries
These component are necessary to realize the development environment function.
Users are encouraged to fork this repository and add their own manifests. The default manifest name sought by repo
is default.xml. This basic manifest is named skeleton.xml, so fork maintainers can have default.xml for
themselves.
According to the documentation, a
skeleton.xml may be included to another manifest as follows:
<include name="skeleton.xml"/>The fork should be regularly merged with the upstream for updates.
master- is a stable branchnext- is a development branch
Stable receives frozen manifests, but does not update often. Development is more relaxed w.r.t. component revisions and the content may update frequently. However, there is less merging perceived.
You choose for yourself what do you base your work off. There is always a trade-off.