conf/conf.d-README | 4 - conf/pluginconf.d/repoview.conf | 107 ---------------------------------------- docs/TODO.txt | 3 - 3 files changed, 4 insertions(+), 110 deletions(-)
New commits: commit 8defd1dc47f9b22d1048aeb6cab0672b928a058d Author: Robert 'Bob' Jensen bob@fedoraunity.org Date: Wed Sep 22 11:19:29 2010 -0500
Updated TODO
diff --git a/conf/conf.d-README b/conf/conf.d-README index cc159fb..0e6db50 100644 --- a/conf/conf.d-README +++ b/conf/conf.d-README @@ -8,7 +8,7 @@ This file is to explain the fields expected in the .repo files contained in the name = Personal - $release - $arch # Is the repo enabled? 0/1 enabled = 0 -# The repo directory relative to the basedir set in /etc/reflectr.conf +# The repo directory relative to the basedir set in /etc/reflector.conf repodir = myrepo/$release/$arch/ # Do we want to run repoview on this repo? 0/1 repoview is configured in /etc/reflector/pluginconf.d/repoview.conf This option may not yet be developed. repoview = 0 @@ -26,6 +26,6 @@ gpgkey = local = 1 # Items to exclude from a repo. An example is drpms in Fedora Updates, drpms are sync'd using it's own repo. exclude = -# The link for the rsync directory on the mirror of your choice, muliple mirrors my be listed for failover on new lines. +# The link for the rsync directory on the mirror of your choice, muliple mirrors may be listed for failover on new lines. sourceurl =
diff --git a/conf/pluginconf.d/repoview.conf b/conf/pluginconf.d/repoview.conf deleted file mode 100644 index f277b2c..0000000 --- a/conf/pluginconf.d/repoview.conf +++ /dev/null @@ -1,107 +0,0 @@ -repoview(8) Applications/Utilities repoview(8) - - - -NNAAMMEE - rreeppoovviieeww - Make YUM repositories browseable - - -SSYYNNOOPPSSIISS - rreeppoovviieeww [options] repodir - - -DDEESSCCRRIIPPTTIIOONN - RepoView allows one to easily create a set of static HTML pages in a - YUM repository, allowing simple browsing of available packages. It uses - kid templating engine to create the pages and is therefore easily cus- - tomizeable. - - -OOPPTTIIOONNSS - --ii,, ----iiggnnoorree--ppaacckkaaggee NNAAMMEE - Optionally ignore this package -- can be a shell-style glob. - This is useful for excluding debuginfo packages: - -i *debuginfo* -i *doc* - The globbing will be done against name-epoch-version-release, - e.g. foo-0-1.0-1 - - --xx,, ----eexxcclluuddee--aarrcchh AARRCCHH - Optionally exclude this arch. E.g.: - -x src -x ia64 - - --kk,, ----tteemmppllaattee--ddiirr DDIIRR - Use an alternative directory with kid templates instead of the - default: ./templates. The template directory must contain four - required template files: index.kid, group.kid, package.kid, - rss.kid and the "layout" dir which will be copied into the - repoview directory. - - --oo,, ----oouuttppuutt--ddiirr DDIIRR - Create the repoview pages in this subdirectory inside the repos- - itory (default: "repoview") - - --ss,, ----ssttaattee--ddiirr DDIIRR - Create the state-tracking db in this directory (default: store - in output directory) - - --tt,, ----ttiittllee TTIITTLLEE - Describe the repository in a few words. By default "RepoView" is - used. E.g.: - -t "Extras for Fedora Core 3 x86" - - --uu,, ----uurrll UURRLL - Repository URL to use when generating the RSS feed. E.g.: - -u "http://fedoraproject.org/extras/5/i386" - Not providing a url will disable RSS feed generation. - - --ff,, ----ffoorrccee - Regenerate the pages even if the repomd checksum has not - changed. - - --qq,, ----qquuiieett - Do not output anything except fatal errors. - - --cc,, ----ccoommppss - Use an alternative comps.xml file, instead of the one specified - in repomd. - - --VV,, ----vveerrssiioonn - Print version number and exit. - - --hh,, ----hheellpp - Print usage message and exit. - - rreeppooddiirr - Where to look for the "repodata" directory. - - -FFIILLEESS - _/_u_s_r_/_b_i_n_/_r_e_p_o_v_i_e_w - _/_u_s_r_/_s_h_a_r_e_/_r_e_p_o_v_i_e_w_/_t_e_m_p_l_a_t_e_s_/_* - - -EEXXAAMMPPLLEESS - The simplest invocation is: - - rreeppoovviieeww //ppaatthh//ttoo//rreeppoossiittoorryy - rreeppoovviieeww --tt ’’FFeeddoorraa EExxttrraass 44 iixx8866’’ //ppaatthh//ttoo//rreeppoossiittoorryy - - When running from cron, you want to use the -q switch: - - rreeppoovviieeww --qq //ppaatthh//ttoo//rreeppoossiittoorryy - - This will generate an RSS feed: - - rreeppoovviieeww --uu hhttttpp::////eexxaammppllee..ccoomm//rreeppoo//ii338866 //ppaatthh//ttoo//rreeppoossiittoorryy - - -AAUUTTHHOORRSS - Konstantin Ryabitsev icon@fedoraproject.org - - -SSEEEE AALLSSOO - http://linux.duke.edu/metadata - - - -Konstantin Ryabitsev 0.6 repoview(8) diff --git a/docs/TODO.txt b/docs/TODO.txt index 1aad51e..306c704 100644 --- a/docs/TODO.txt +++ b/docs/TODO.txt @@ -14,7 +14,8 @@ logrotate
Fix the bwlimit option Currently the bwlimit option does not seem to be working right, we need - to confirm this option in rsync. + to confirm this option in rsync. The man page suggests + --bwlimit=KBPS limit I/O bandwidth; KBytes per second
Hardlinking Hardlinking saves a lot of space on your disk. We need to check this
reflector-commits@lists.stg.fedorahosted.org