aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2018-09-21 11:18:28 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2018-09-21 14:12:11 +0200
commit5ee5fa015af78a5680d909381bdfe25f328f4c39 (patch)
tree2d0e05c4b378294ce1792899c8d1e106cbe82e17
parent49ab47cc5addaba0bcf9ee02ca7f2648e1c7d57b (diff)
downloadrpmtools-5ee5fa015af78a5680d909381bdfe25f328f4c39.tar
rpmtools-5ee5fa015af78a5680d909381bdfe25f328f4c39.tar.gz
rpmtools-5ee5fa015af78a5680d909381bdfe25f328f4c39.tar.bz2
rpmtools-5ee5fa015af78a5680d909381bdfe25f328f4c39.tar.xz
rpmtools-5ee5fa015af78a5680d909381bdfe25f328f4c39.zip
add README for CPAN
-rw-r--r--MANIFEST1
-rw-r--r--NEWS2
-rw-r--r--README13
3 files changed, 16 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 179574f..6eba389 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -10,3 +10,4 @@ packdrake
packdrake.pm
t/01packdrake.t
META.yml Module meta-data (added by MakeMaker)
+README
diff --git a/NEWS b/NEWS
index 3fd48f9..410d241 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- CPAN: add README
+
Version 7.03 - 19 September 2018, by Thierry Vignaud
- cpan_testers: list deps
diff --git a/README b/README
new file mode 100644
index 0000000..a86c764
--- /dev/null
+++ b/README
@@ -0,0 +1,13 @@
+The packdrake module allows you to manipulate hdlist/synthesis files
+It is a compatibility wrapper around the new MDV::Packdrakeng module.
+
+genhdlist2 is used to generate an hdlist and an associated synthesis file for
+one repository (medium in urpmi language).
+A medium is from a set of RPM packages found in the directory.
+It will put the hdlist and synthesis files in media_info/ sub-directory.
+
+gendistrib is a wrapper above genhdlist2, it works on all media at once, in
+order to generate a mirror tree for a distribution
+
+This library is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.