Your message dated Tue, 06 Jan 2009 00:32:06 +0000
with message-id <[email protected]>
and subject line Bug#510518: fixed in ikiwiki 3.01
has caused the Debian Bug report #510518,
regarding mercurial/ikiwiki-makerepo: bad hg add call
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
510518: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510518
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ikiwiki
Version: 3.00
Severity: normal
Tags: patch


Running the setup results in this...

$ ikiwiki -setup /etc/ikiwiki/auto.setup
What will the wiki be named? wiki
What revision control system to use? mercurial
What wiki user (or openid) will be wiki admin? jae


Setting up wiki ...
Importing /home/jae/wiki into mercurial
* does not exist!
/etc/ikiwiki/auto.setup: failed to set up the repository with ikiwiki-makerepo

usage: ikiwiki [options] source dest
       ikiwiki --setup configfile

--

The problem is the hg add call in the ikiwiki-makerepo script.

        hg add * .hgignore

It seems hg (mercurial) doesn't like the * when there are no files present.
hg works on all files by default, so it seems like just leaving the arguments 
off the command would eliminate the error and do the same thing.

It is a simple change but I went ahead and attached a patch for the added
clarification.


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ikiwiki depends on:
ii  libhtml-parser-perl        3.56-1+b1     A collection of modules that parse
ii  libhtml-scrubber-perl      0.08-4        Perl extension for scrubbing/sanit
ii  libhtml-template-perl      2.9-1         HTML::Template : A module for usin
ii  liburi-perl                1.35.dfsg.1-1 Manipulates and accesses URI strin
ii  markdown                   1.0.1-7       Text-to-HTML conversion tool
ii  perl                       5.10.0-18     Larry Wall's Practical Extraction 

Versions of packages ikiwiki recommends:
ii  gcc [c-compiler]            4:4.3.2-2    The GNU C compiler
ii  gcc-4.1 [c-compiler]        4.1.2-23     The GNU C compiler
ii  gcc-4.2 [c-compiler]        4.2.4-4      The GNU C compiler
ii  gcc-4.3 [c-compiler]        4.3.2-1      The GNU C compiler
ii  git-core                    1:1.5.6.5-1  fast, scalable, distributed revisi
pn  libauthen-passphrase-perl   <none>       (no description available)
ii  libc6-dev [libc-dev]        2.7-16       GNU C Library: Development Librari
pn  libcgi-formbuilder-perl     <none>       (no description available)
pn  libcgi-session-perl         <none>       (no description available)
pn  liblwpx-paranoidagent-perl  <none>       (no description available)
ii  libmail-sendmail-perl       0.79-5       Send email from a perl script
pn  libnet-openid-consumer-perl <none>       (no description available)
ii  libtimedate-perl            1.1600-9     Time and date functions for Perl
ii  libxml-simple-perl          2.18-1       Perl module for reading and writin
ii  mercurial                   1.0.1-5.1    Scalable distributed version contr
ii  subversion                  1.5.1dfsg1-1 Advanced version control system

Versions of packages ikiwiki suggests:
pn  dvipng                     <none>        (no description available)
ii  graphviz                   2.20.2-3      rich set of graph drawing tools
ii  libcrypt-ssleay-perl       0.57-1+b1     Support for https protocol in LWP
ii  libdigest-sha1-perl        2.11-2+b1     NIST SHA-1 message digest algorith
pn  libfile-mimeinfo-perl      <none>        (no description available)
ii  libhtml-tree-perl          3.23-1        represent and create HTML syntax t
ii  liblocale-gettext-perl     1.05-4        Using libc functions for internati
ii  libmailtools-perl          2.03-1        Manipulate email in perl programs
pn  libnet-amazon-s3-perl      <none>        (no description available)
pn  librpc-xml-perl            <none>        (no description available)
pn  libsearch-xapian-perl      <none>        (no description available)
pn  libtext-csv-perl           <none>        (no description available)
pn  libtext-typography-perl    <none>        (no description available)
pn  libtext-wikiformat-perl    <none>        (no description available)
pn  libxml-feed-perl           <none>        (no description available)
pn  perlmagick                 <none>        (no description available)
pn  polygen                    <none>        (no description available)
ii  python                     2.5.2-3       An interactive high-level object-o
ii  python-docutils            0.5-2         Utilities for the documentation of
pn  sparkline-php              <none>        (no description available)
ii  texlive                    2007.dfsg.1-4 TeX Live: A decent selection of th
ii  tidy                       20080116cvs-2 HTML syntax checker and reformatte
pn  viewvc | gitweb | viewcvs  <none>        (no description available)
pn  xapian-omega               <none>        (no description available)

-- no debconf information
--- ikiwiki-makerepo.orig       2009-01-02 13:39:33.000000000 -0500
+++ ikiwiki-makerepo    2009-01-02 13:44:54.000000000 -0500
@@ -75,7 +75,7 @@
        hg init "$srcdir"
        cd "$srcdir"
        echo .ikiwiki > .hgignore
-       hg add * .hgignore
+       hg add
        hg commit -m "initial import"
        echo "Directory $srcdir is now set up as a mercurial repository"
 ;;

--- End Message ---
--- Begin Message ---
Source: ikiwiki
Source-Version: 3.01

We believe that the bug you reported is fixed in the latest version of
ikiwiki, which is due to be installed in the Debian FTP archive:

ikiwiki_3.01.dsc
  to pool/main/i/ikiwiki/ikiwiki_3.01.dsc
ikiwiki_3.01.tar.gz
  to pool/main/i/ikiwiki/ikiwiki_3.01.tar.gz
ikiwiki_3.01_all.deb
  to pool/main/i/ikiwiki/ikiwiki_3.01_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <[email protected]> (supplier of updated ikiwiki package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 18:53:50 -0500
Source: ikiwiki
Binary: ikiwiki
Architecture: source all
Version: 3.01
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[email protected]>
Changed-By: Joey Hess <[email protected]>
Description: 
 ikiwiki    - a wiki compiler
Closes: 510393 510518
Changes: 
 ikiwiki (3.01) unstable; urgency=low
 .
   * ikiwiki-makerepo: Fix injecting of empty mercurial and bzr repositories.
     Closes: #510518
   * Fix documentation about git hook to use right name. Closes: #510393
   * yesno: Always accept English even when localised.
   * yesno: Also accept 1 and 0 as input.
   * A recent change to gitweb removed support for the form of diffurl
     that many ikiwiki setups use. Document how to use the new url form.
Checksums-Sha1: 
 b4472c6d9f9cebbc3d177c56e942c3e7d55cad26 1072 ikiwiki_3.01.dsc
 68aa57fa8e60eeb6b6fa8925d1132bb6f2e2c765 1097352 ikiwiki_3.01.tar.gz
 3b102d9a9d98d186d6e629aeccf29ca3dd70d8a5 858664 ikiwiki_3.01_all.deb
Checksums-Sha256: 
 3429340525cf37b2ab1f34e3861a2e13f33a6421c0dfe818625eeb2d1029a741 1072 
ikiwiki_3.01.dsc
 ee9b2e602fad04a54f3afcaed0e8465003278e7dac9af789f7ca13948a0ea317 1097352 
ikiwiki_3.01.tar.gz
 566f65a70424d153c48ba2b10bd18aa4feadce5499310d8a8f2d7e9588166c7d 858664 
ikiwiki_3.01_all.deb
Files: 
 61e32577e00e5a0313aa81fb59a2cfd9 1072 web optional ikiwiki_3.01.dsc
 c05ab03698378630436a28b8332093e8 1097352 web optional ikiwiki_3.01.tar.gz
 6558a6da0b7ab4eaa855fb46fb2655cc 858664 web optional ikiwiki_3.01_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJYp/y2tp5zXiKP0wRAvF7AKC3FVRaRUxSDGketQ6SvfkQQKooJACgwWyk
f3eLZsnopmtuvMLGV+Kkbm0=
=rAjK
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to