Changes

From Amahi Wiki
Jump to: navigation, search
m
==== Refreshing a Repository ====
* Now the updates repo will need to be updated on a regular basis. This can be done manually or a script file that is run on a nightly basis with the following commands.
# rsync to download new rpms
/bin/rsync -auv --delete --exclude=debug/ --exclude=drpms/ rsync://mirrors.kernel.org/fedora/updates/18/i386/ /opt/fedora/f18/i386/updates
# go to the updates directory and rebuild the repo database
cd /opt/fedora/f18/i386/updates
createrepo .
<br>