58 lines
1.1 KiB
Plaintext
Executable File
58 lines
1.1 KiB
Plaintext
Executable File
Checklist for new ELOG version
|
|
==============================
|
|
|
|
On Mac (MPC1865):
|
|
|
|
- Put all new options in doc/config.html
|
|
- Increase version in elog-version.h
|
|
- Do the same in doc/index.html
|
|
- Modify ChangeLog
|
|
- Add release date to ChangeLog
|
|
- "make loc"
|
|
- Translate new strings in eloglang.german
|
|
- "git commit -a -m "Release x.x.x-y"
|
|
- Merge master into develop branch
|
|
|
|
On VMPC1865 (VmWare):
|
|
|
|
- open VS 2012 command window
|
|
- cd c:\elog
|
|
- git pull
|
|
- build xxx-1 in c:\elog
|
|
|
|
On ritt@llc.psi.ch:
|
|
|
|
- [~/elog]$ git pull
|
|
- [~/elog]$ git submodule update
|
|
|
|
On ritt@elog.psi.ch:
|
|
|
|
- cd ~ritt/elog
|
|
- ./buildrpm x.x.x 1
|
|
|
|
Check files at https://elog.psi.ch/elog/download/RPMS/
|
|
|
|
Declare new version at forum.
|
|
|
|
Checklist for new ELOG intermediate release
|
|
===========================================
|
|
|
|
On VPC6562-1:
|
|
|
|
- Put all new options in doc/config.html
|
|
- c:\elog> svn ci -m "Version x.x.x-y"
|
|
- open VS 2010 command window, build xxx-y
|
|
|
|
On ritt@llc.psi.ch:
|
|
|
|
- [~/elog]$ git pull
|
|
- [~/elog]$ git submodule update
|
|
|
|
On ritt@elog.psi.ch:
|
|
|
|
- cd ~ritt/elog
|
|
- ./buildrpm x.x.x 1
|
|
|
|
Check files at https://elog.psi.ch/elog/download/RPMS/
|
|
|