Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461580 - Request for a "proj" code (NOT overlay) git repository "lazychroot" on git.overlays.gentoo.org
Summary: Request for a "proj" code (NOT overlay) git repository "lazychroot" on git.ov...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Gentoo Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Overlays Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-12 19:48 UTC by Andreas K. Hüttel
Modified: 2013-03-13 22:54 UTC (History)
2 users (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 Andreas K. Hüttel archtester gentoo-dev 2013-03-12 19:48:33 UTC
mrueg (dev in training), kensington & me want to start up a new project- basically, a set of scripts automatizing the creating and running of chroots for test purposes. will integrate qemu-user some day, too.

tentative name: chrootkit

for this we'd like to request a git repo proj/chrootkit

description: chrootkit automated chroot setup scripts
owner: me?

read permission: anyone
write permission: all gentoo devs, plus selected other contributors
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2013-03-12 22:27:05 UTC
ok after some discussions we came up with a suggestion for a name that is less prone to misunderstandings:

lazychroot

for this we'd like to request a git repo proj/lazychroot

description: lazychroot automated chroot setup scripts
owner: me?

read permission: anyone
write permission: all gentoo devs, plus selected other contributors
Comment 2 Denis Dupeyron (RETIRED) gentoo-dev 2013-03-13 22:01:33 UTC
Your project repository "lazychroot" is almost ready.
Please read (all of) this guide to get it to work.

If you have any question we'll be here to help.


The Initial Push
================

First, before anybody can clone from your overlay an initial push is needed.

0) If you start with an empty repository be sure to setup your identity:

     # git init
     # git config user.name 'first last'
     # git config user.email foo@example.org
     [..]

1) Add stuff

     # do stuff
     # git add <stuff>
     # git commit

2) Now you are ready to push.  Proposed way of doing is this:

     # git remote add overlays-gentoo-org \
           git+ssh://git@git.overlays.gentoo.org/dev/lazychroot.git
     # git push overlays-gentoo-org master


After That
==========

Online Browsing
---------------
After the inital push you can browse your repository online at:
http://git.overlays.gentoo.org/gitweb/?p=dev/lazychroot.git;a=summary


Calchan
for the Gentoo Overlays Team
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2013-03-13 22:54:47 UTC
Excellent. And just for the record, it's proj everywhere instead of dev.

http://git.overlays.gentoo.org/gitweb/?p=proj/lazychroot.git;a=summary