Changeset 1907
- Timestamp:
- Jun 16, 2011, 2:32:59 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc15-dev/server/doc/package-build-howto
r1712 r1907 50 50 51 51 * # Rebuild the repo metadata to include the new packages. 52 cd /mit/scripts/ rpm-fc[RELEASE]52 cd /mit/scripts/yum-repos/rpm-fc[RELEASE] 53 53 # If you have a trusted machine: 54 createrepo .54 createrepo -d . 55 55 # Otherwise, on a scripts server, as root: 56 56 mkdir /root/repodata-YYYYMMDD # Or any suitable temp directory 57 createrepo - o /root/repodata-YYYYMMDD .57 createrepo -d -o /root/repodata-YYYYMMDD . 58 58 # Then from your trusted machine 59 59 krootscp -r root@[BUILD-SERVER]:/root/repodata-YYYYMMDD /mit/scripts/rpm-fc[RELEASE]
Note: See TracChangeset
for help on using the changeset viewer.