Re: Adding cdebconf plugins to d-i svn?

2006-03-13 Thread Jens Seidel
On Mon, Mar 13, 2006 at 12:28:22AM -0500, Joey Hess wrote:
 Luckily, it's svn, so we can move it around with no worries later
 (except for probably breaking bubulle's scripts. ;-)

It not that easy. If you use branches you will notice that moved
directories in one branch are not (well) supported during a merge.
But you can still merge each moved directory (and file!) separately.

There are always problems with subversion (but they are usually fixed
very fast). Nevertheless the problem I mentioned is as far as I know not
considered a bug since svn doesn't distinguish between move and del +
copy.

I suggest to avoid not necessary renamings when branches are used (or
check current svn development before you do so).

Jens


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



Re: Adding cdebconf plugins to d-i svn?

2006-03-12 Thread Joey Hess
Max Vozeler wrote:
 I wrote a cdebconf plugin (only newt for now) to help reading
 random data from /dev/random while showing a progressbar and
 allowing the user to type randomly at the keyboard to feed the
 kernel entropy pool (and so speed up reading from /dev/random).
 It's used in partman-crypto for generating encryption keys.
 
 What do people think: Would it make sense to commit this plugin
 to d-i svn? It might serve as example (although not shining :-)
 of how cdebconf newt plugins can be built out-of-tree. If so,
 where should it go? I think packages/cdebconf-plugins could be
 a good place if more plugins are expected in the future.
 
 The code currently lives in
 http://svn.hinterhof.net/public/cdebconf-entropy

Yes, it should totally go into d-i svn, IMHO. 

I'd say only use packages/cdebconf-plugins if that would be a single
source package that built multiple plugins, otherwise
packages/cdebconf-entropy would be fine.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Adding cdebconf plugins to d-i svn?

2006-03-12 Thread Max Vozeler
On Sun, Mar 12, 2006 at 08:24:50AM -0500, Joey Hess wrote:
 Max Vozeler wrote:
  I wrote a cdebconf plugin (only newt for now) to help reading
  random data from /dev/random while showing a progressbar and
  allowing the user to type randomly at the keyboard to feed the
  kernel entropy pool (and so speed up reading from /dev/random).
  It's used in partman-crypto for generating encryption keys.
  
  What do people think: Would it make sense to commit this plugin
  to d-i svn? It might serve as example (although not shining :-)
  of how cdebconf newt plugins can be built out-of-tree. If so,
  where should it go? I think packages/cdebconf-plugins could be
  a good place if more plugins are expected in the future.
  
  The code currently lives in
  http://svn.hinterhof.net/public/cdebconf-entropy
 
 Yes, it should totally go into d-i svn, IMHO. 

I'll commit it shortly,

 I'd say only use packages/cdebconf-plugins if that would be a single
 source package that built multiple plugins, otherwise
 packages/cdebconf-entropy would be fine.

My thought was that it might clutter the packages/ directory once
there will be more plugins - and so perhaps it made sense to
organise it similar to packages/partman and put each plugin into
a subdirectory named after the package.

I think some plugins for gtk widgets may emerge from g-i work
and for example Tollef might want to move his keystep plugin to
d-i svn at some point. Then again this is svn, not inflexible
old CVS, so it can all be moved any time :-)

cheers,
Max


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



Re: Adding cdebconf plugins to d-i svn?

2006-03-12 Thread Joey Hess
Max Vozeler wrote:
 My thought was that it might clutter the packages/ directory once
 there will be more plugins - and so perhaps it made sense to
 organise it similar to packages/partman and put each plugin into
 a subdirectory named after the package.

Luckily, it's svn, so we can move it around with no worries later
(except for probably breaking bubulle's scripts. ;-)

I always find the partman special case annoying myself when doing
mass-releases or just cding to a partman package, so if anything I've
thought about removing that subdir..

-- 
see shy jo


signature.asc
Description: Digital signature


Adding cdebconf plugins to d-i svn?

2006-03-11 Thread Max Vozeler
Hi all,

I wrote a cdebconf plugin (only newt for now) to help reading
random data from /dev/random while showing a progressbar and
allowing the user to type randomly at the keyboard to feed the
kernel entropy pool (and so speed up reading from /dev/random).
It's used in partman-crypto for generating encryption keys.

What do people think: Would it make sense to commit this plugin
to d-i svn? It might serve as example (although not shining :-)
of how cdebconf newt plugins can be built out-of-tree. If so,
where should it go? I think packages/cdebconf-plugins could be
a good place if more plugins are expected in the future.

The code currently lives in
http://svn.hinterhof.net/public/cdebconf-entropy

cheers,
Max


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