[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] Programming for an ltib system
From: |
address@hidden |
Subject: |
Re: [Ltib] Programming for an ltib system |
Date: |
Wed, 19 Oct 2011 09:07:25 -0400 |
After the source tree is built under rpm/BUILD you can use git on it.
I prep packages, and then git add -A all of the files before touching
anything. Setup up a git remote on github for the git tree. Make your
changes/commits and keep pushing them out to github. Then if you
destroy your rpm/BUILD directory somehow (like I did messing with a
bug in ltib) all of your changes are still out on github.
ltib can generate patch file for simple changes. The kernel work I am
doing involves dozens of patches so you need something like git (and
stgit) to manage all of the patches.
--
Jon Smirl
address@hidden
- [Ltib] Programming for an ltib system, Magnus Therning, 2011/10/13
- Re: [Ltib] Programming for an ltib system, Stuart Hughes, 2011/10/14
- Re: [Ltib] Programming for an ltib system, Magnus Therning, 2011/10/14
- Re: [Ltib] Programming for an ltib system, Stuart Hughes, 2011/10/15
- Re: [Ltib] Programming for an ltib system, Magnus Therning, 2011/10/18
- Re: [Ltib] Programming for an ltib system, Stuart Hughes, 2011/10/18
- Re: [Ltib] Programming for an ltib system, Magnus Therning, 2011/10/19
- Re: [Ltib] Programming for an ltib system,
address@hidden <=
- Re: [Ltib] Programming for an ltib system, Stuart Hughes, 2011/10/20
- Re: [Ltib] Programming for an ltib system, Stuart Hughes, 2011/10/20
- Re: [Ltib] Programming for an ltib system, Magnus Therning, 2011/10/20
- Re: [Ltib] Programming for an ltib system, Stuart Hughes, 2011/10/21