Skip to content

KINFOO/eclipse-release-command-line-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eclipse-release-command-line-tool

Command-line-tools for Eclipse related release. It allows to automatize release at Eclipse with erclt.py.

Requirement

  • Python 2.6

Description

erclt.py

It is the tool, which automatizes releases. So far, it is only able to release milestones, and stable version (maintenance version not yet implemented).

Usage

# Release milestone v0.9RC2
$ ./erclt.py -m -mv 0.9RC2

# Release milestone v0.9RC2 as stable v0.9 
$ ./erclt.py -s -mv 0.9RC2 -sv 0.9

# Use custom path for local tests
$ ./erclt.py -d /tmp/copyofeclipsedir -m -mv 0.9RC2

About

A command-line-tool for Eclipse related release

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages