Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Modeling Project Releng/Component Creation/Database Setup

< Modeling Project Releng‎ | Component Creation
Revision as of 15:38, 12 March 2008 by Codeslave.ca.ibm.com (Talk | contribs) (New page: These steps are required to update the database in order to enable Search CVS querying, release notes, and build news on the homepage. == Check out CVS sources == {{codeblock|<pre>./addc...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

These steps are required to update the database in order to enable Search CVS querying, release notes, and build news on the homepage.

Check out CVS sources

./addcvssrc.sh modeling emft mint; ./addcvssrc.sh modeling emft mint.releng

Add component(s) to database

php addproject.php 'org.eclipse.emf/org.eclipse.emf.mint'

Add 0.0.0 release(s) to database

insert into releases values ('org.eclipse.emf','org.eclipse.emf.mint','0.0.0','2008-01-01 00:00:00','HEAD','R');

Add new component(s) to relupdate.php

  • Check out onto build.eclipse

Update Search CVS database

Verify

Back to the top