Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by KelvinGoodson: http://wiki.apache.org/ws/Tuscany/TuscanyJava/SDOJavaReleaseSteps ------------------------------------------------------------------------------ ## page was renamed from Tuscany/TuscanyJava/SDO Java Overview/ReleaseSteps + = Releasing SDO Java = - A place to recors the steps in releasing Java SDO + A place to record the steps in releasing Java SDO here are draft asf guidlines @@ -13, +14 @@ heres an rss feed of my todo list that can be used to harvest info in a release postmortem http://www.airset.com/syndicate/VoWYwSHvNutI/lists.xml + == making the source distribution == + manual task -- see discussion at + http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg08313.html + + === Some Raw Command Dumps From the RC1a src distro creation process === + {{{ + mkdir RC1a + cd RC1a + mkdir spec + cd spec + svn export https://svn.apache.org/repos/asf/incubator/tuscany/java/spec/sdo + cd .. + svn export https://svn.apache.org/repos/asf/incubator/tuscany/java/sdo + 356 tar -czf sdo-1.0-incubator-M2-RC1a-src.tgz . + 357 ls -l + 358 mv sdo-1.0-incubator-M2-SNAPSHOT-src.tgz ../RC1a + 360 cd ../RC1a + ... + 366 gpg --armor --output sdo-1.0-incubator-M2-SNAPSHOT-src.tgz.asc --detach-sig sdo-1.0-incubator-M2-SNAPSHOT-src.tgz + 367 md5sums sdo-1.0-incubator-M2-SNAPSHOT-src.tgz > sdo-1.0-incubator-M2-SNAPSHOT-src.tgz.md5 + }}} + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
