Your message dated Thu, 18 Oct 2007 22:32:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#447171: fixed in mr 0.4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: mr
Version: 0.3
Severity: normal
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I noticed that mr cannot register CVS repositories. Attached is a patch
that should get it to work.
Regards,
Bastian
- -- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-ck1treasure4 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHF4nyeBwlBDLsbz4RApb+AJ0TRCkTUu76PjfU/rYJbbMfnn0IDgCgmlG1
kc5jSbWzSVhsp9aWuiiE0n4=
=FVpA
-----END PGP SIGNATURE-----
--- /usr/bin/mr.orig 2007-10-18 18:22:32.000000000 +0200
+++ /usr/bin/mr 2007-10-18 18:27:53.000000000 +0200
@@ -829,6 +829,13 @@
fi
echo "Registering bzr url: $url"
mr -c "$MR_CONFIG" config "$(pwd)" checkout="bzr clone $url
$basedir"
+ elif [ -d CVS ]; then
+ url=$(cat CVS/Root)
+ if [ -z "$url" ]; then
+ error "cannot determine CVS url"
+ fi
+ echo "Registering CVS url: $url"
+ mr -c "$MR_CONFIG" config "$(pwd)" checkout="cvs checkout -d
$basedir $url"
else
error "unable to register this repo type"
fi
--- End Message ---
--- Begin Message ---
Source: mr
Source-Version: 0.4
We believe that the bug you reported is fixed in the latest version of
mr, which is due to be installed in the Debian FTP archive:
mr_0.4.dsc
to pool/main/m/mr/mr_0.4.dsc
mr_0.4.tar.gz
to pool/main/m/mr/mr_0.4.tar.gz
mr_0.4_all.deb
to pool/main/m/mr/mr_0.4_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 mr 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.7
Date: Thu, 18 Oct 2007 16:20:34 -0400
Source: mr
Binary: mr
Architecture: source all
Version: 0.4
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
mr - a Multiple Repository management tool
Closes: 447171
Changes:
mr (0.4) unstable; urgency=low
.
* Fix mr register of a subdir to also work with -c.
* Signal handling for commands run by mr, including handling of SIGINT
to stop mr.
* Ensure parent dirs exist prior to checkout. (madduck)
* Output list of failed repos to stderr when -s is used.
* Fix a bug caused by a stupid typo.
* Add the -n switch, for disabling recursion.
* Allow for more complex deleted tests, such as marking a repo deleted on
some hosts, while not on others.
* Support registering CVS repositories. Closes: #447171
* MR_CONFIG now points to the config file that contains the repo mr is
acting on.
* Make mr register smarter about what mrconfig file to write to.
(It probably does what you'd expect it to do now; if it doesn't, -c
can still override.)
Files:
2782e449f34fc507ca0bc4aedfe18074 561 utils optional mr_0.4.dsc
b9ea9d14987bd0100b356afbda8be116 22182 utils optional mr_0.4.tar.gz
d1cc262d1a109ee8487c60840d891812 16624 utils optional mr_0.4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHF9002tp5zXiKP0wRAnE2AJwPMLsS8wUT35WNnNe1ng1oV7e0uACfYTd3
3PUVbB7uVNVw9fWsP34rbQM=
=TU7G
-----END PGP SIGNATURE-----
--- End Message ---