[Pkg-libvirt-commits] [libguestfs] 43/61: Remove the ROADMAP file.

Hilko Bengen bengen at moszumanska.debian.org
Sat Mar 29 14:36:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit f566f176c6fe502e9c765438551fb787a0cef8d9
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Mar 26 16:47:26 2014 +0000

    Remove the ROADMAP file.
    
    I don't think it provides any value now.  There is a list of bugs in
    'BUGS' and a set of ideas in 'TODO'.
---
 Makefile.am     |  4 ++--
 ROADMAP         | 35 -----------------------------------
 src/guestfs.pod |  4 ----
 3 files changed, 2 insertions(+), 41 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ce0f9ad..e9b3b43 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -151,7 +151,7 @@ SUBDIRS += po-docs
 endif
 
 EXTRA_DIST = \
-	BUGS HACKING ROADMAP TODO \
+	BUGS HACKING TODO \
 	.gitignore \
 	.lvimrc \
 	.mailmap \
@@ -264,7 +264,7 @@ HTMLSUPPORTFILES = \
 	html/pod.css \
 	html/virt-builder.svg
 
-TEXTFILES = BUGS README ROADMAP TODO
+TEXTFILES = BUGS README TODO
 
 BUILDERFILES = \
 	builder/website/README \
diff --git a/ROADMAP b/ROADMAP
deleted file mode 100644
index d76b48e..0000000
--- a/ROADMAP
+++ /dev/null
@@ -1,35 +0,0 @@
-Roadmap for future releases
----------------------------
-
-Before you read this:
-
-(1) To see what's in the current release, read 'guestfs-release-notes(1)'.
-
-(2) To see the list of bugs, read 'BUGS'.
-
-(3) To understand libguestfs versioning, read this:
-    http://libguestfs.org/guestfs.3.html#libguestfs_version_numbers
-
-(4) For general "might be good to have" items, see 'TODO'.
-
-For next major stable release (1.26)
-------------------------------------
-
-Bugs assigned to 1.26 (put "1.26" in the Devel Whiteboard field in
-Bugzilla):
-
-https://bugzilla.redhat.com/buglist.cgi?query_format=advanced&field0-0-0=cf_devel_whiteboard&bug_status=NEW&bug_status=ASSIGNED&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=FAILS_QA&bug_status=RELEASE_PENDING&bug_status=POST&bug_status=PASSES_QA&type0-0-0=anywords&value0-0-0=1.26&component=libguestfs&product=Virtualization%20Tools
-
-Beyond 1.26
------------
-
-* Make 'guestfish --ro' be the default, and get users to use
-  'guestfish --rw' for write access (but allow the default to be
-  overridden in a configuration file).  This was originally planned
-  for 1.10 but there's not nearly enough adoption of the new
-  'guestfish --rw' option out there to do this yet.
-
-* Write a new partition handling library to replace parted, and use it
-  instead of parted.  (RHBZ#593511, RHBZ#642821).
-
-See TODO and BUGS files.
diff --git a/src/guestfs.pod b/src/guestfs.pod
index a81cc6d..0f54625 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -4443,10 +4443,6 @@ Finalize C<guestfs-release-notes.pod>
 
 =item *
 
-Update ROADMAP.
-
-=item *
-
 Run C<src/api-support/update-from-tarballs.sh>.
 
 =item *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list