Ignore:
Timestamp:
Oct 16, 2013, 4:01:40 AM (10 years ago)
Author:
adehnert
Message:
Update package-build-howto

* Paths have changed
* Explicitly mention the SRPM status
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/doc/package-build-howto

    r2066 r2484  
    4747    # somewhere safe after each build to preserve them)
    4848    # 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.
    5053
    5154  * # Rebuild the repo metadata to include the new packages.
     
    5760    createrepo -d -o /root/repodata-YYYYMMDD .
    5861    # 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]
    6063    # Sanity check the files, and then replace the current repodata directory
    6164    # with the one in repodata-YYYYMMDD.
Note: See TracChangeset for help on using the changeset viewer.