- Timestamp:
- Oct 16, 2013, 4:01:40 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/doc/package-build-howto
r2066 r2484 47 47 # somewhere safe after each build to preserve them) 48 48 # Add the packages to the repository by using a trusted machine and 49 krootscp root@[BUILD-SERVER]:/var/lib/mock/fedora-[RELEASE]-{x86_64|i386}/result /mit/scripts/rpm-fc[RELEASE] 49 krootscp root@[BUILD-SERVER]:/var/lib/mock/fedora-[RELEASE]-{x86_64|i386}/result /mit/scripts/yum-repos/rpm-fc[RELEASE] 50 51 # There has been some historic discussion about whether SRPMs should be 52 # added to the repository. At this point, the standard is to include them. 50 53 51 54 * # Rebuild the repo metadata to include the new packages. … … 57 60 createrepo -d -o /root/repodata-YYYYMMDD . 58 61 # Then from your trusted machine 59 krootscp -r root@[BUILD-SERVER]:/root/repodata-YYYYMMDD /mit/scripts/ rpm-fc[RELEASE]62 krootscp -r root@[BUILD-SERVER]:/root/repodata-YYYYMMDD /mit/scripts/yum-repos/rpm-fc[RELEASE] 60 63 # Sanity check the files, and then replace the current repodata directory 61 64 # with the one in repodata-YYYYMMDD.
Note: See TracChangeset
for help on using the changeset viewer.