From: Christian G. [M. Mitch] <mas...@us...> - 2002-11-22 21:49:45
|
Update of /cvsroot/jprojecttimer/jprojecttimer/docs/devel-docs In directory sc8-pr-cvs1:/tmp/cvs-serv7389 Modified Files: generating_file_releases.txt Log Message: notes regarding translation check Index: generating_file_releases.txt =================================================================== RCS file: /cvsroot/jprojecttimer/jprojecttimer/docs/devel-docs/generating_file_releases.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** generating_file_releases.txt 22 Nov 2002 20:11:09 -0000 1.1 --- generating_file_releases.txt 22 Nov 2002 21:49:42 -0000 1.2 *************** *** 1,2 **** --- 1,3 ---- + $Id$ JProjectTimer documentation http://sourceforge.net/projects/jprojecttimer/ *************** *** 5,8 **** --- 6,10 ---- How to generate "official" file releases (.zip, .tar.gz and -src.tar.gz) + $Revision$ $Date$ *************** *** 22,26 **** ! Step 2: Tag the files. Use the CVS tag command to tag all files with a version tag. Be sure --- 24,36 ---- ! Step 2: Check translations. ! ! Run ./checkTranslation.pl in the main CVS directory. If it prints any ! errors (missing, additional or duplicate translations), then correct ! the translations (contact the translators, if needed) and fix the ! translations before releasing any files. ! ! ! Step 3: Tag the files. Use the CVS tag command to tag all files with a version tag. Be sure *************** *** 35,39 **** ! Step 3: Run buildPackages.sh Run the script "buildPackages.sh" (it's in the main directory of the --- 45,49 ---- ! Step 4: Run buildPackages.sh Run the script "buildPackages.sh" (it's in the main directory of the |