Re: Suggestions for udeb development?

2004-05-29 Thread Andrew Pollock
On Thu, May 27, 2004 at 10:43:23PM -0700, Matt Zimmerman wrote:
 I am interested in getting the evms udeb into a working state, and would
 appreciate any pointers regarding an efficient way to organize my
 development environment so that I can iteratively make changes to the udeb
 and test.
 
 For instance, is there a way that I can get d-i to download a udeb over the
 network, or from a mounted filesystem, in preference (or in addition) to
 those on the installation media?
 
 Pointers to any existing resources on this subject appreciated.

I'd be interested in hearing how you go, because last time I tried to do
some udeb testing to test a patch before I submitted it, I got into a
horrible, horrible mess and gave up. I'd like to try again.

regards

Andrew


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Suggestions for udeb development?

2004-05-29 Thread Matt Zimmerman
On Fri, May 28, 2004 at 01:16:10PM +0100, Colin Watson wrote:

 On Thu, May 27, 2004 at 10:43:23PM -0700, Matt Zimmerman wrote:
  I am interested in getting the evms udeb into a working state, and would
  appreciate any pointers regarding an efficient way to organize my
  development environment so that I can iteratively make changes to the udeb
  and test.
  
  For instance, is there a way that I can get d-i to download a udeb over the
  network, or from a mounted filesystem, in preference (or in addition) to
  those on the installation media?
 
 Personally I use the 'monolithic' build target type, which lets you
 build all necessary udebs into the CD-ROM image. If you have CD-RWs,
 this works out well. Does that help?

Actually, that is sort of the situation I want to avoid: re-burning a CD-RW
each time I want to test a change.  I would rather be able to modify a
network repository of udebs, if that is possible, and have the existing
media grab my new udeb.

-- 
 - mdz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Suggestions for udeb development?

2004-05-28 Thread Colin Watson
On Thu, May 27, 2004 at 10:43:23PM -0700, Matt Zimmerman wrote:
 I am interested in getting the evms udeb into a working state, and would
 appreciate any pointers regarding an efficient way to organize my
 development environment so that I can iteratively make changes to the udeb
 and test.
 
 For instance, is there a way that I can get d-i to download a udeb over the
 network, or from a mounted filesystem, in preference (or in addition) to
 those on the installation media?

Personally I use the 'monolithic' build target type, which lets you
build all necessary udebs into the CD-ROM image. If you have CD-RWs,
this works out well. Does that help?

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Suggestions for udeb development?

2004-05-28 Thread Stephen R Marenka
On Thu, May 27, 2004 at 10:43:23PM -0700, Matt Zimmerman wrote:
 I am interested in getting the evms udeb into a working state, and would
 appreciate any pointers regarding an efficient way to organize my
 development environment so that I can iteratively make changes to the udeb
 and test.
 
 For instance, is there a way that I can get d-i to download a udeb over the
 network, or from a mounted filesystem, in preference (or in addition) to
 those on the installation media?
 
 Pointers to any existing resources on this subject appreciated.

My solutions was to build my own little mirror on the network and burn
it to cd for testing. The scripts, such as they are, are at
http://marenka.net/~stephen/di/bin/. Basically, debmirror will build a
d-i mirror. You need a few .disk files and md5sums if you want a cd. You
need to update the release file after you add in your stuff.

hth,

Stephen

-- 
Stephen R. Marenka If life's not fun, you're not doing it right!
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Suggestions for udeb development?

2004-05-27 Thread Matt Zimmerman
I am interested in getting the evms udeb into a working state, and would
appreciate any pointers regarding an efficient way to organize my
development environment so that I can iteratively make changes to the udeb
and test.

For instance, is there a way that I can get d-i to download a udeb over the
network, or from a mounted filesystem, in preference (or in addition) to
those on the installation media?

Pointers to any existing resources on this subject appreciated.

-- 
 - mdz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]