DZone
Java Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Java Zone > A few things for the committers out there…

A few things for the committers out there…

Wayne Beaton user avatar by
Wayne Beaton
·
Jan. 05, 11 · Java Zone · Interview
Like (0)
Save
Tweet
3.53K Views

Join the DZone community and get the full member experience.

Join For Free

We at the Eclipse Foundation have been working with the Committer Reps to make a significant portion of the Friends of Eclipse money directly available to committers. Our intent is to help you do great things for the benefit of the Eclipse community. The amount of money that we have available varies from year-to-year; this year, we have USD$15K that we’re going to allocate on a quarterly basis. We invite you to be creative with how we can use this money. However, you should keep in mind that we are constrained by the bylaws of the Eclipse Foundation (so, no, we can’t just pay you a chunk of money to be a committer). The Committer Reps will review applications for the money as they are received. More information is available on the Eclipse Wiki. FWIW, some of the money collected through Friends of Eclipse is being used to great effect by the Webmaster team.

The EMO Intellectual Property (IP) team is working very hard to make sure that all of our IP needs are met. This time of year, reviewing code for inclusion in the simultaneous release is their highest priority. That means that other tasks must necessarily take a backseat. Given the bandwidth constraints, we will not be doing any further project moves until after the release in June. You should also expect that other IP-related tasks like trademark reviews for new project names will take longer than usual. We appreciate your patience and cooperation in this high-intensity time of year.

I’ve been working feverishly to provide Dash statistics to projects with Git repositories. It’s mostly working (as I discussed yesterday). In order to make it work for your project, you need to specify the locations of your Git repositories in the Eclipse Developer Portal (under the project metadata’s “source repository” entry).

You can specify more than one repository. If your project has a bunch of ‘em, you can save yourself a little typing:

  1. Log into dev
  2. Navigate to the directory that contains your repositories
  3. Execute: for f in $(ls); do echo `pwd`/$f; done
  4. Copy and paste the output into the “source repository” field in the portal

For example:

wbeaton@dev1:/gitroot/virgo> for f in $(ls); do echo `pwd`/$f; done
/gitroot/virgo/org.eclipse.virgo.apps.git
/gitroot/virgo/org.eclipse.virgo.artifact-repository.git
/gitroot/virgo/org.eclipse.virgo.documentation.git
/gitroot/virgo/org.eclipse.virgo.jetty-server.git
/gitroot/virgo/org.eclipse.virgo.kernel.git
...
wbeaton@dev1:/gitroot/virgo> 

Note that, while we have this working for Git, we haven’t integrated it into the automated system. That comes next. I the meantime, I am manually invoking the script as new repository information is specified.

Send me any questions you have, or report ‘em on bug 306313.

 

From http://dev.eclipse.org/blogs/wayne/2011/01/04/a-few-things-for-the-committers-out-there/

Eclipse Repository (version control) Git Release (agency) Foundation (framework) dev teams Task (computing)

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • What Is HttpSession in Servlets?
  • Cypress: The Future of Test Automation! Advantages and Disadvantages
  • The Most Popular Kubernetes Alternatives and Competitors
  • Comprehensive Guide to Jenkins Declarative Pipeline [With Examples]

Comments

Java Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo