Changeset 1644


Ignore:
Timestamp:
Sep 12, 2010, 5:49:09 PM (14 years ago)
Author:
ezyang
Message:
Comment about RPM versioning and SVN.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc13-dev/server/doc/upgrade-tips

    r1629 r1644  
    157157
    158158web.mit.edu scripts repository (/mit/scripts/rpm-fcXX and
    159 /mit/scripts/rpm-fcXX-testing) needs to be made [XXX: document how to
    160 make]
     159/mit/scripts/rpm-fcXX-testing) needs to be made.  It's quite simple;
     160all you need to do is copy the RPMs from the build server to there
     161(probably going through a trusted machine, since you don't want to
     162put your root tickets on a server.)  When you're done, run `createrepo`
     163on the directory.
     164
     165Note that if you do a successive rebuild without bumping the Subversion
     166revision (via a `svn up`), the new package will have the *same* version
     167and yum will probably insist on using the old cached version.  You can
     168use `yum clean all` to reset your cache and force yum to get the latest
     169version.
    161170
    1621715. Extra stuff
Note: See TracChangeset for help on using the changeset viewer.