Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553422 - Two new git repos for a new releng subproject
Summary: Two new git repos for a new releng subproject
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-27 12:08 UTC by Anthony Basile
Modified: 2015-06-30 19:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Basile gentoo-dev 2015-06-27 12:08:58 UTC
I'm currently working on a new release tool for releng.  The code has reached the point where it is ready for its debut.  We will need two git repos:

1) https://gitweb.gentoo.org/proj/grss.git

The description should be "Gentoo Reference System Suite."

2) https://gitweb.gentoo.org/proj/grs.git

The description should be "Gentoo Reference Systems."

The first will house the python code for the suite of tools, and the other will house configuration files for different "reference" systems.  The way the tool works is it pulls a particular branch from the grs repo and uses those files to build a well defined and reproduceable gentoo system.  (Details to be announced on gentoo-dev@ once the repos is up and ready to go.)

Reproducible: Always
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-06-30 19:16:17 UTC
+repo proj/grs
+       RW+ = blueness@gentoo.org
+       R   = @all daemon gitweb
+       category = proj
+       owner = "Anthony Basile <blueness@gentoo.org>"
+       desc = "Gentoo Reference Systems"
+
+
+repo proj/grss
+       RW+ = blueness@gentoo.org
+       R   = @all daemon gitweb
+       category = proj
+       owner = "Anthony Basile <blueness@gentoo.org>"
+       desc = "Gentoo Reference Systems Suite"


remote: Initialized empty Git repository in /var/gitroot/proj/grs.git/
remote: Initialized empty Git repository in /var/gitroot/proj/grss.git/

Enjoy!