# HG changeset patch # User Lillian Angel # Date 1185548258 14400 # Node ID b25b3d2814f15836385fb18031bcc699a9384c72 # Parent 43639806df207c281b646a62a258dc842fcceaab Updated README diff -r 43639806df20 -r b25b3d2814f1 README --- a/README Wed Jul 25 16:35:05 2007 -0400 +++ b/README Fri Jul 27 10:57:38 2007 -0400 @@ -5,7 +5,7 @@ 1. Create icedtea-1.1-$snapshot.tar.gz using IcedTea's make snapshot. 2. Copy/symlink icedtea-1.1-$snapshot.tar.gz into this directory. -3. Copy/symlink openjdk-7-ea-src-b14-21_jun_2007.zip into this directory. +3. Copy/symlink openjdk-7-ea-src-b16-20_jul_2007.zip into this directory. 4. Copy/symlink java-access-bridge-1.18.0.tar.gz into this directory. 5. Define icedteasnapshot to -$snapshot in spec file. 6. Comment out NoSource line in spec file. @@ -14,7 +14,7 @@ 1. Create icedtea-1.1.tar.gz using IcedTea's make dist. 2. Copy/symlink icedtea-1.1.tar.gz into this directory. -3. Copy/symlink openjdk-7-ea-src-b14-21_jun_2007.zip into this directory. +3. Copy/symlink openjdk-7-ea-src-b16-20_jul_2007.zip into this directory. 4. Copy/symlink java-access-bridge-1.18.0.tar.gz into this directory. 5. Define icedteasnapshot to %{nil} in spec file. 6. Comment out NoSource line in spec file. @@ -38,15 +38,17 @@ Release Instructions ==================== +0. Add changelog entry to java-1.7.0-icedtea.spec. 1. Verify that make mockbuild works on i586 and x86_64. 2. Verify that NoSource line is not commented out in spec file. -3. make tag -4. hg push -5. make srpm -6. md5sum java-1.7.0-icedtea-1.7.0.0-0.5.b14.nosrc.rpm -7. scp -p java-1.7.0-icedtea-1.7.0.0-0.5.b14.nosrc.rpm \ +3. hg commit java-1.7.0-icedtea.spec. +4. make tag +5. hg push +6. make srpm +7. md5sum java-1.7.0-icedtea-1.7.0.0-0.9.b16.nosrc.rpm +8. scp -p java-1.7.0-icedtea-1.7.0.0-0.9.b16.nosrc.rpm \ icedtea.classpath.org:/var/lib/public-download/fedora -8. ssh icedtea.classpath.org \ +9. ssh icedtea.classpath.org \ md5sum \ - /var/lib/public-download/fedora/java-1.7.0-icedtea-1.7.0.0-0.5.b14.nosrc.rpm -9. Verify that md5sums match. + /var/lib/public-download/fedora/java-1.7.0-icedtea-1.7.0.0-0.9.b16.nosrc.rpm +10. Verify that md5sums match.