[32100] trunk/base/portmgr/ReleaseProcess

jmpp at macports.org jmpp at macports.org
Sun Dec 16 14:20:43 PST 2007


Revision: 32100
          http://trac.macosforge.org/projects/macports/changeset/32100
Author:   jmpp at macports.org
Date:     2007-12-16 14:20:41 -0800 (Sun, 16 Dec 2007)

Log Message:
-----------

We only produce tarballs for major releases, which should always come with the "archive" tarballs, so always advise to create them
(with alternate advise on how to not create them).

Modified Paths:
--------------
    trunk/base/portmgr/ReleaseProcess

Modified: trunk/base/portmgr/ReleaseProcess
===================================================================
--- trunk/base/portmgr/ReleaseProcess	2007-12-16 22:12:24 UTC (rev 32099)
+++ trunk/base/portmgr/ReleaseProcess	2007-12-16 22:20:41 UTC (rev 32100)
@@ -126,12 +126,11 @@
  MacPorts-1.6.0.tar.{bz2,gz} (base directory only, corresponding to tag release_1_6_0)
  MacPorts-1.6.0-archive.tar.{bz2,gz} (complete archives corresponding to tag release_1_6_0-archive)
 
-The following commands issued to the top level Makefile will generate the archives and checksums:
+The following commands issued to the top level Makefile will generate all the tarballs and checksums:
 
- make DISTVER=1.6.0 distfromsvn
+ make ARC=yes DISTVER=1.6.0 distfromsvn
 
-Note that you need to pass the "ARC=yes" flag on the command line to the "distfromsvn" top-level make target
-if you also wish to produce the full archive tarballs.
+Note that if you omit the "ARC=yes" flag at the start of the make call then the full archive tarballs will not be produced.
 
 All these tarballs are uploaded via svn to the http://svn.macports.org/repository/macports/downloads/MacPorts-1.6.0/
 directory.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071216/dbd334d4/attachment.html


More information about the macports-changes mailing list