BTS

Issue555

Title grml-debootstrap new command line parameter for CONFFILES
Priority feature Status resolved
Superseder Nosy List suntong
Assigned To suntong Topics grml-debootstrap

Created on 2008-10-17.02:32:17 by suntong, last changed 2008-11-27.10:22:08 by mika.

Messages
msg1678 (view) Author: mika Date: 2008-11-27.10:22:08
grml-debootstrap 0.23 which provides your patchset has been uploaded, closing 
this bugreport therefore. Thanks, Tong!

regards,
-mika-
msg1615 (view) Author: suntong Date: 2008-10-18.05:40:54
All patches so far...

0001-allow-symlinks-when-coping-existing-files-to-chroot.patch
0002-replace-help-message-with-new-format-content.patch
0003-use-external-command-line-parameter-processing-scrip.patch
0004-add-business-logic-to-command-line-parameter-proce.patch
0005-Done-adding-the-external-command-line-parameter-proc.patch
0006-Fully-implement-the-optional-parameters.patch
0007-to-finish-Issue546.patch
0008-Handle-the-unrecognized-options-for-getopt.patch
0009-for-Issue555.patch
0010-Re-think-the-confdir-logic.patch
0011-to-close-Issue555-Make-confdir-path-works-as-expe.patch
0012-To-close-Issue556.patch
0013-to-close-Issue558-Increase-verbosity.patch
0014-bug-fix-for-confdir.patch
msg1612 (view) Author: suntong Date: 2008-10-17.21:27:08
patches submitted.
msg1610 (view) Author: suntong Date: 2008-10-17.20:38:02
Ops, meant to submit a new one...
msg1608 (view) Author: suntong Date: 2008-10-17.20:34:10
Why eerror produces no output?

In grml-debootstrap.clp

if [ $? != 0 ]; then
  eerror "Try `grml-debootstrap --help' for more information."; eend 1; exit 1
fi

but I never get this message.
msg1607 (view) Author: suntong Date: 2008-10-17.06:17:04
maybe 

-d, --confdir 

is better.
msg1603 (view) Author: suntong Date: 2008-10-17.02:32:15
Hi mika, 

Please check out my newly committed patches to close Issue546 first.

Now, I propose a new command line parameter for the CONFFILES var.

How about
 --configs=dir  place of config files for debootstrap, defaults to
/etc/debootstrap/ 

or --confdir, or...?

thanks
History
Date User Action Args
2008-11-27 10:22:08mikasetstatus: in-progress -> resolved
messages: + msg1678
2008-11-03 17:18:03mikasetstatus: chatting -> in-progress
2008-10-18 05:40:56suntongsetmessages: + msg1615
2008-10-17 21:27:08suntongsetmessages: + msg1612
2008-10-17 20:38:02suntongsetpriority: bug -> feature
nosy: - mika
title: grml-debootstrap, no output for eerror -> grml-debootstrap new command line parameter for CONFFILES
messages: + msg1610
assignedto: mika -> suntong
2008-10-17 20:34:13suntongsetpriority: feature -> bug
assignedto: suntong -> mika
messages: + msg1608
nosy: + mika
title: grml-debootstrap new command line parameter for CONFFILES -> grml-debootstrap, no output for eerror
2008-10-17 06:17:05suntongsetstatus: unread -> chatting
messages: + msg1607
2008-10-17 03:07:31suntongsettopic: + grml-debootstrap
2008-10-17 02:32:17suntongcreate