Difference between revisions of "Creating an MDRK spin"

From CDOT Wiki
Jump to: navigation, search
(Project News)
Line 22: Line 22:
 
{| border="1"
 
{| border="1"
 
|+ Some of the packages I've been working on.
 
|+ Some of the packages I've been working on.
! PACKAGES !! DOWNLOADS  
+
! PACKAGES !! DOWNLOADS !! DESCRIPTION
 
|-
 
|-
 
! [http://extjs.com/ Ext JS]  
 
! [http://extjs.com/ Ext JS]  
 
| [http://matrix.senecac.on.ca/~mdvyas/MDRK/EXTJS/extjs-2.2-1.fc8.x86_64.rpm extjs-2.2-1.fc8.x86_64.rpm]
 
| [http://matrix.senecac.on.ca/~mdvyas/MDRK/EXTJS/extjs-2.2-1.fc8.x86_64.rpm extjs-2.2-1.fc8.x86_64.rpm]
 
[http://matrix.senecac.on.ca/~mdvyas/MDRK/EXTJS/extjs-2.2-1.fc8.src.rpm extjs-2.2-1.fc8.src.rpm]
 
[http://matrix.senecac.on.ca/~mdvyas/MDRK/EXTJS/extjs-2.2-1.fc8.src.rpm extjs-2.2-1.fc8.src.rpm]
 +
| Description for ExtJS
 
|-
 
|-
 
! [http://webglimpse.net/ Glimpse]
 
! [http://webglimpse.net/ Glimpse]
 
| [http://matrix.senecac.on.ca/~mdvyas/MDRK/GLIMPSE/glimpse-4.18.5-1.fc8.x86_64.rpm glimpse-4.18.5-1.fc8.x86_64.rpm]
 
| [http://matrix.senecac.on.ca/~mdvyas/MDRK/GLIMPSE/glimpse-4.18.5-1.fc8.x86_64.rpm glimpse-4.18.5-1.fc8.x86_64.rpm]
 
[http://matrix.senecac.on.ca/~mdvyas/MDRK/GLIMPSE/glimpse-4.18.5-1.fc8.src.rpm glimpse-4.18.5-1.fc8.src.rpm]
 
[http://matrix.senecac.on.ca/~mdvyas/MDRK/GLIMPSE/glimpse-4.18.5-1.fc8.src.rpm glimpse-4.18.5-1.fc8.src.rpm]
 +
| Description for Glimpse
 
|}
 
|}
  

Revision as of 17:14, 10 May 2009

Project Name

Creating an MDRK spin / Mozilla Developer Resource Kit

Project Description

The Mozilla Developer Resource Kit is a set of tools, code, and documentation intended to make it easy for new Mozilla developers to get up to speed. Package the MDRK components (including the software tools, a Moz source tree, and documentation) as RPM packages and then create a Fedora "spin" (Live + Installable DVD) of these packages.

Edit the spin image (from Revisor/Live CD Tools) so that, in addition to being a bootable/installable disc, the image can be run in a VM under Windows/Mac OSX. The disc image must be edited to include Windows/Mac OSX versions of the tools, so that if the disc is inserted into a running Windows or Mac OSX system, the appropriate version can be installed.

Project Leader

Mohak Vyas

Project Contributors

Project Details

Some of the packages I've been working on.
PACKAGES DOWNLOADS DESCRIPTION
Ext JS extjs-2.2-1.fc8.x86_64.rpm

extjs-2.2-1.fc8.src.rpm

Description for ExtJS
Glimpse glimpse-4.18.5-1.fc8.x86_64.rpm

glimpse-4.18.5-1.fc8.src.rpm

Description for Glimpse

Project News

Some random updates about my project.

  • Packaged Glimpse (Dont remember the dates, but somewhere in frst week on Oct 2008)
  • Tested Glimpse on Mock and verified that it works.
  • Packaged Ext JS on Fri Nov 07, 2008.
  • Tested Ext JS on Mock and verified that it works.
  • Tried Ext JS building on koji, but didnt work that well. There is some certificates issue or permissions issue.
  • Successfully build Ext JS on koji.
  • Submitted my package for review.