- update wiki:
- Update the frontpage Wiki.
- Update Configuration Wiki page.
- Update Keys Wiki page. (Reference the new gpg keys in the wiki.)
- Update mock-rpmfusion (the mock configurations fo rpmfusion).
- check if mirrormanager doesn't miss last stable branch and if mirrors are updated
Fixme
Needs to be added to the proper places
- recreate repoview with proper title:
for i in */{os,SRPMS}/ ; do cd ${i}; repoview -f -s ../../source/SRPMS/ -t "RPM Fusion (Fedora - nonfree - released) 12 ($(dirname ${i}))" . ; cd - ; done # alternate: repo=free ; release=14; for i in */{os,debug,SRPMS}/ ; do cd ${i}; /usr/bin/createrepo -q -d --unique-md-filenames --changelog-limit=8 -s sha256 . ; repoview -f -s ../../source/SRPMS/ -t "RPM Fusion (Fedora - ${repo} - released) ${release} ($(dirname ${i}))" . ; cd - ; done
Infrastructure