Changeset 2066 for trunk/server/doc/package-build-howto
- Timestamp:
- Nov 22, 2011, 12:45:17 AM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
-
trunk/server/doc/package-build-howto
r1712 r2066 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.