README | 4 ++--
docs/Reflector_Gobby_Notes.txt | 33 ++++++++++++++++++++-------------
2 files changed, 22 insertions(+), 15 deletions(-)
New commits:
commit 6a0698d71e025a908b2cc76ade76314b679cd96a
Author: Robert 'Bob' Jensen <bob(a)fedoraunity.org>
Date: Fri Sep 17 12:41:22 2010 -0500
Updated the gobby notes
diff --git a/README b/README
index 11068d1..cfbbe9e 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ Options:
-d, --dry-run show what would have been done
-q, --quiet minimal output
-l, --hardlink hardlink identical files in the tree
- -r, --repos core,updates restrict action to specific repositories
- -a, --arch i386,x86_64 restrict action to specific archs
+ -r, --repos core,updates restrict action to specific repositories (not yet implemented)
+ -a, --arch i386,x86_64 restrict action to specific archs (not yet implemented)
-v, --verbose increase verbosity
-vv, -vvv, -vvvv.. increase verbosity more
diff --git a/docs/Reflector_Gobby_Notes.txt b/docs/Reflector_Gobby_Notes.txt
index 87cdad5..c393e53 100644
--- a/docs/Reflector_Gobby_Notes.txt
+++ b/docs/Reflector_Gobby_Notes.txt
@@ -7,7 +7,7 @@ than with root or sudo.
repo_sync is the old script that Jon worked on that was written by Dag as Yam.
reflector is the new version that we(I) will be maintaining as an upstream project,
reflector.conf is the main config file located at /etc/reflector.conf
-fedora-updates-newkey.repo is a sample working repo file /etc/reflector/conf.d/fedora-updates-newkey.repo
+fedora-updates.repo is a sample working repo file /etc/reflector/conf.d/fedora-updates.repo
The current repo config files are listed below
@@ -27,21 +27,28 @@ fedora repos
fedora-updates-testing-newkey.repo
fedora-updates-testing.repo
-livna repos (soon to be deprecated)
- livna-rawhide.repo
+livna repos (Only needed for libdvdcss)
livna.repo
- livna-testing.repo
local repo for packages that a user needs for personal use that do not fit in
another repo, may contain things like crossover-pro or vmware-server.
local.repo
-rpm fusion repos for fedora
- rpmfusion-free-rawhide.repo
- rpmfusion-free.repo
- rpmfusion-free-updates.repo
- rpmfusion-free-updates-testing.repo
- rpmfusion-nonfree-rawhide.repo
- rpmfusion-nonfree.repo
- rpmfusion-nonfree-updates.repo
- rpmfusion-nonfree-updates-testing.repo
+RPM Fusion repos for fedora
+ rpmfusion-fedora-free-rawhide.repo
+ rpmfusion-fedora-free.repo
+ rpmfusion-fedora-free-updates.repo
+ rpmfusion-fedora-free-updates-testing.repo
+ rpmfusion-fedora-nonfree-rawhide.repo
+ rpmfusion-fedora-nonfree.repo
+ rpmfusion-fedora-nonfree-updates.repo
+ rpmfusion-fedora-nonfree-updates-testing.repo
+
+RPM Fusion repos for RHEL/CentOS
+ rpmfusion-el-free.repo
+ rpmfusion-el-free-updates.repo
+ rpmfusion-el-free-updates-testing.repo
+ rpmfusion-el-nonfree.repo
+ rpmfusion-el-nonfree-updates.repo
+ rpmfusion-el-nonfree-updates-testing.repo
+