ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/dbs-web.spec
Revision 1.62 - (view) (annotate) - [select for diffs]
Sat Jan 5 18:55:21 2008 UTC (17 years, 3 months ago) by valya
Branch: MAIN
CVS Tags: COMP_NIGHTLY_20080211, COMP_NIGHTLY_INIT_V1, dl080218, dl080220, dl080221, dl080222, dl080223, dl080224, dl080224t2, dl080225intbld, ge20080108-wt, ge20080215, ge20080219, ge20080225-fixed-bootstrap, ge20080225-nightlies, nr_pe20080118e-ports-onl, pe20080108a-ports, pe20080108b-ports, pe20080108c-ports, pe20080109a-ports, pe20080110a-ports, pe20080110b-ports, pe20080111a-ports, pe20080111b-ports, pe20080118a-ports, pe20080118b-ports, pe20080118c-ports, pe20080118d-ports, pe20080118d-ports-412, pe20080118e-ports, pe20080118e-ports-412, pe20080118f-ports, pe20080118f-ports-412, pe20080118g-ports, pe20080118g-ports-412, pe20080119a-ports, pe20080119a-ports-412, pe20080120a-ports, pe20080120a-ports-412, pe20080123a-ports, pe20080123a-ports-412, pe20080125a-ports-lcg54, pe20080125a-ports-lcg54-412, pe20080125a-ports-lcg54pre2, pe20080125a-ports-lcg54pre2-412, pe20080127a-ports-lcg54pre2, pe20080127a-ports-lcg54pre2-412, pe20080204a-ports-lcg54pre2, pe20080204a-ports-lcg54pre2-412, pe20080205a-ports-lcg54pre2, pe20080205a-ports-lcg54pre2-412, pe20080205b-ports-lcg54pre2, pe20080205b-ports-lcg54pre2-412, pe20080205c-ports-lcg54pre2, pe20080205c-ports-lcg54pre2-412, pe20080206a-ports-lcg54pre2, pe20080206a-ports-lcg54pre2-412, pe20080206b-ports-lcg54pre2, pe20080206b-ports-lcg54pre2-412, pe20080207a-ports-lcg54pre2, pe20080207a-ports-lcg54pre2-412, pe20080207b-ports-lcg54pre2, pe20080207b-ports-lcg54pre2-412, pe20080207c-ports-for190p8, pe20080207c-ports-for190p8-412, pe20080211a-ports-for190p9, pe20080211a-ports-for190p9-412, pe20080214a-ports-for190p9, pe20080214a-ports-for190p9-412, pe20080220a-ports, pe20080220a-ports-412, pe20080221a-ports, pe20080221a-ports-412, sm080219
Changes since 1.61: +1 -1 lines
Diff to previous 1.61
New tag

Revision 1.61 - (view) (annotate) - [select for diffs]
Sat Dec 22 19:25:42 2007 UTC (17 years, 4 months ago) by valya
Branch: MAIN
CVS Tags: pe20070103a-ports, pe20071127-ports, pe20071127b-ports, pe20071128a-ports, pe20071128b-ports, pe20080101a-ports, pe20080103a-ports, pe20080103a-ports-gcc422, pe20080104a-ports, pe20080105a-ports
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
Wrap in curle brackets variable names, while concatenating environment. Otherwise tcsh becomes unhappy

Revision 1.60 - (view) (annotate) - [select for diffs]
Fri Dec 21 19:26:16 2007 UTC (17 years, 4 months ago) by valya
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
New tag

Revision 1.59 - (view) (annotate) - [select for diffs]
Thu Dec 20 15:02:57 2007 UTC (17 years, 4 months ago) by valya
Branch: MAIN
Changes since 1.58: +2 -0 lines
Diff to previous 1.58
Add yui/rss dirs

Revision 1.58 - (view) (annotate) - [select for diffs]
Thu Dec 20 13:35:59 2007 UTC (17 years, 4 months ago) by eulisse
Branch: MAIN
CVS Tags: ge20071220, ge20071221, ge20071223, ge20071224
Changes since 1.57: +6 -21 lines
Diff to previous 1.57
Using INITENV rather than appending things to dependencies-setup.sh.
* `DDHOME`, `TNS_ADMIN`, `DBS_DBPARAM` and `PYTHONPATH` are now all defined via
  `INITENV` mechanism, rather than by appending items to `dependencies-setup.sh`
  and `dependencies-setup.csh` via `echo -e` (which does not work in /bin/sh).
Index: dbs-web.spec
===================================================================
RCS file: /cvs/CMSSW/COMP/CMSDIST/dbs-web.spec,v
retrieving revision 1.57
diff -u -r1.57 dbs-web.spec
--- dbs-web.spec	20 Dec 2007 13:04:35 -0000	1.57
+++ dbs-web.spec	20 Dec 2007 13:32:38 -0000
@@ -1,6 +1,11 @@
 ### RPM cms dbs-web V03_08_00
 ## INITENV +PATH PYTHONPATH %i/lib/python`echo $PYTHON_VERSION | cut -d. -f 1,2`/site-packages
-#
+## INITENV +PATH PYTHONPATH $ELEMENTTREE_ROOT/share/lib/python`echo $PYTHON_VERSION | cut -d. -f1,2`/site-packages
+## INITENV SET DDHOME $DBS_WEB_ROOT/lib/python`echo $PYTHON_VERSION | cut -d. -f1,2`/site-packages
+## INITENV SET TNS_ADMIN $DDHOME
+## INITENV SET DBS_DBPARAM $DDHOME/DBParam
+## INITENV SET PYTHONPATH $DDHOME:$DDHOME/QueryBuilder:$PYTHONPATH
+
 %define cvstag %v
 #Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=DBS/Web/DataDiscovery&export=DBS/Web/DataDiscovery&tag=-r%{cvstag}&output=/dbs-web.tar.gz
 Source: cvs://:pserver:anonymous@cmscvs.cern.ch:2401/cvs_server/repositories/CMSSW?passwd=AA_:yZZ3e&module=DBS/Web/DataDiscovery&tag=-r%{cvstag}&output=/dbs-web.tar.gz
@@ -41,26 +46,6 @@
 perl -p -i -e 's|\. /etc/profile\.d/init\.sh||' %{i}/etc/profile.d/dependencies-setup.sh
 perl -p -i -e 's|source /etc/profile\.d/init\.csh||' %{i}/etc/profile.d/dependencies-setup.csh

-# here I use octal code \044 for $ sign since I want "$NAME" to be appear in
-# init.sh file, instead of interpreting it here.
-# FIXME: why did Valentin not use INITENV metacommand? Shall we add INITENVE to CMSBUILD which does -e???
-(echo -e "export PYTHONPATH=\044PYTHONPATH:\044ELEMENTTREE_ROOT/share/lib/python`echo $PYTHON_VERSION | cut -d. -f1,2`/site-packages/"
- echo -e "export DDHOME=\044DBS_WEB_ROOT/lib/python`echo $PYTHON_VERSION | cut -d. -f1,2`/site-packages"
- echo -e "export TNS_ADMIN=\044DDHOME"
- echo -e "export DBS_DBPARAM=\044DDHOME/DBParam"
- echo -e "export PYTHONPATH=\044DDHOME:\044DDHOME/QueryBuilder:\044PYTHONPATH"
- ) >> %{i}/etc/profile.d/dependencies-setup.sh
-
-(echo -e "setenv PYTHONPATH \044{PYTHONPATH}:\044{ELEMENTTREE_ROOT}/share/lib/python`echo $PYTHON_VERSION | cut -d. -f1,2`/site-packages";
- echo -e "setenv DDHOME \044DBS_WEB_ROOT/lib/python`echo $PYTHON_VERSION | cut -d. -f1,2`/site-packages"
- echo -e "setenv TNS_ADMIN \044DDHOME"
- echo -e "setenv DBS_DBPARAM \044DDHOME/DBParam"
- echo -e "setenv PYTHONPATH \044{DDHOME}:\044{DDHOME}/QueryBuilder:\044{PYTHONPATH}"
- ) >> %{i}/etc/profile.d/dependencies-setup.csh
-
-# echo -e "rm -f \044DDHOME/YUI"; \
-# echo -e "ln -s $YUI_ROOT/build \044DDHOME/YUI"; \
-# echo -e "ln -s $WEBTOOLS_ROOT/Controllers \044DDHOME/WEBTOOLS"; \
 # Generate python code from templates
 ./scripts/genTemplates.sh

Revision 1.57 - (view) (annotate) - [select for diffs]
Thu Dec 20 13:04:35 2007 UTC (17 years, 4 months ago) by valya
Branch: MAIN
Changes since 1.56: +1 -1 lines
Diff to previous 1.56
New version

Revision 1.56 - (view) (annotate) - [select for diffs]
Mon Dec 17 13:52:55 2007 UTC (17 years, 4 months ago) by eulisse
Branch: MAIN
CVS Tags: ge20071217
Changes since 1.55: +10 -12 lines
Diff to previous 1.55
More fixes to generation of dependencies-setup.sh/dependencies-setup.csh

Revision 1.55 - (view) (annotate) - [select for diffs]
Mon Dec 17 10:59:02 2007 UTC (17 years, 4 months ago) by eulisse
Branch: MAIN
Changes since 1.54: +27 -30 lines
Diff to previous 1.54
Automatically generates dependencies-setup.sh/dependencies-setup.csh.

Revision 1.54 - (view) (annotate) - [select for diffs]
Fri Dec 7 15:42:13 2007 UTC (17 years, 4 months ago) by valya
Branch: MAIN
Changes since 1.53: +1 -1 lines
Diff to previous 1.53
New tag

Revision 1.53 - (view) (annotate) - [select for diffs]
Mon Nov 19 19:36:59 2007 UTC (17 years, 5 months ago) by afanfani
Branch: MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52
test

Revision 1.52 - (view) (annotate) - [select for diffs]
Mon Nov 19 18:36:15 2007 UTC (17 years, 5 months ago) by valya
Branch: MAIN
Changes since 1.51: +1 -1 lines
Diff to previous 1.51
New tag

Revision 1.51 - (view) (annotate) - [select for diffs]
Thu Nov 15 20:56:58 2007 UTC (17 years, 5 months ago) by valya
Branch: MAIN
Changes since 1.50: +1 -0 lines
Diff to previous 1.50
Previous commit aborted. I added empty to be sure that changes will be committed

Revision 1.50 - (view) (annotate) - [select for diffs]
Thu Nov 15 20:55:10 2007 UTC (17 years, 5 months ago) by valya
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
New version

Revision 1.49 - (view) (annotate) - [select for diffs]
Thu Nov 1 16:07:01 2007 UTC (17 years, 6 months ago) by valya
Branch: MAIN
CVS Tags: CMSSW_1_8_0, CMSSW_1_8_0_ONLINE1, CMSSW_1_8_0_pre0, CMSSW_1_8_0_pre0-amd64, CMSSW_1_8_0_pre10, CMSSW_1_8_0_pre2, CMSSW_1_8_0_pre3a, CMSSW_1_8_0_pre3a-412, CMSSW_1_8_0_pre4, CMSSW_1_8_0_pre4-412, CMSSW_1_8_0_pre4-vg330, CMSSW_1_8_0_pre5, CMSSW_1_8_0_pre6, CMSSW_1_8_0_pre7, CMSSW_1_8_0_pre8, CMSSW_1_8_0_pre9, CMSSW_1_8_1, CMSSW_1_8_2, CMSSW_1_8_3, CMSSW_1_8_4, CMSSW_2_0_0_pre1, NR071206_geant491cand3-global, NR080108_geant491-dbg-global, V00-06-08, dl080115, dl080120, dl080202, ge20071122-new-bootstrap, ge20071126-new-bootstrap, ge20071127-leopard, ge20071127a-leopard, ge20071128, ge20071203, ge20071205, ge20071207, ge20071210, ge20071210a, ge20071211, ge20071212, ge20071212-perfreport, ge20071213, ge20071216, nr080215g491p01dbg, nr080307onl180onl1, nr080310_180onl1, nr080314_181onl1, pe20071105a-ports, pe20071105b-ports, pe20071105c-ports, pe20071112a-ports, pe20071112b-ports, pe20071112b-ports-412, pe20071112c-ports, pe20071112c-ports-412, pe20071112c-ports-422, pe20071121a-ports, pe20071121a-ports-412, pe20071121a-ports-422, pe20071123a-ports, pe20071123a-ports-412, pe20071123a-ports-422, pe20071123b-ports, pe20071123b-ports-412, pe20071123b-ports-422, pe20071123c-ports, pe20071123c-ports-412, pe20071123c-ports-422, pe20071123d-ports-412, pe20071123e-ports-412, pe20071127a-ports-412, pe20071129-for180p3, pe20071130-for180p3, pe20071201-for180p3a, pe20071201b-for180p3a, pe20071202-for180p3a-gcc412, pe20071205-for180p4, pe20071205b-for180p4, pe20071205b-for180p4-412, pe20071206-for180test1, pe20071207-for180p4g491c3, pe20071216-for180p5, pe20071220-for180p6, pe20071220b-for180p6, pe20071226a-for180p6, pe20071226b-for180p6, pe20071226c-for180p6, pe20080117-for180p7, pe20080117b-for180p7, pe20080120a-for180p7, pe20080122a-for180p7, pe20080126-for180p8, pe20080220a-for18X, pe20080226-for180p10, pe20080303a-for18X, pe20080304a-for180, pe20080314-for181, pe20080324-for182, pe20080325-for183, pe20080326-for183, pe20080405-for184, sm20080101a-newscram
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
new tag

Revision 1.48 - (view) (annotate) - [select for diffs]
Mon Oct 29 17:39:17 2007 UTC (17 years, 6 months ago) by valya
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47
Add new tag

Revision 1.47 - (view) (annotate) - [select for diffs]
Tue Oct 16 23:09:58 2007 UTC (17 years, 6 months ago) by valya
Branch: MAIN
CVS Tags: forTony_001
Changes since 1.46: +1 -2 lines
Diff to previous 1.46
Fix bracket in csh

Revision 1.46 - (view) (annotate) - [select for diffs]
Mon Oct 15 14:37:11 2007 UTC (17 years, 6 months ago) by valya
Branch: MAIN
Changes since 1.45: +3 -6 lines
Diff to previous 1.45
Fix csh syntax

Revision 1.45 - (view) (annotate) - [select for diffs]
Mon Oct 15 14:06:41 2007 UTC (17 years, 6 months ago) by valya
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
Fix csh syntax

Revision 1.44 - (view) (annotate) - [select for diffs]
Mon Oct 15 13:55:12 2007 UTC (17 years, 6 months ago) by valya
Branch: MAIN
Changes since 1.43: +3 -1 lines
Diff to previous 1.43
Add new tag and add PY2_MYSQLDB_ROOT in dependencies

Revision 1.43 - (view) (annotate) - [select for diffs]
Thu Oct 11 13:38:36 2007 UTC (17 years, 6 months ago) by valya
Branch: MAIN
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
New tag

Revision 1.42 - (view) (annotate) - [select for diffs]
Tue Oct 9 17:59:38 2007 UTC (17 years, 6 months ago) by valya
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
New tag

Revision 1.40 - (view) (annotate) - [select for diffs]
Fri Sep 28 16:53:14 2007 UTC (17 years, 7 months ago) by valya
Branch: MAIN
Changes since 1.39: +1 -1 lines
Diff to previous 1.39
New tag

Revision 1.39 - (view) (annotate) - [select for diffs]
Tue Sep 25 14:15:13 2007 UTC (17 years, 7 months ago) by valya
Branch: MAIN
CVS Tags: CMSSW_1_7_0_pre5, dl070926, dl070926t2, nr071016_170p5onl1, nr071016onl170p5, nr071016onl170p5bs, nr071017_170p5onl2
Changes since 1.38: +1 -1 lines
Diff to previous 1.38
New tag

Revision 1.38 - (view) (annotate) - [select for diffs]
Tue Sep 11 19:25:45 2007 UTC (17 years, 7 months ago) by valya
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
New tag

Revision 1.37 - (view) (annotate) - [select for diffs]
Thu Aug 23 16:49:07 2007 UTC (17 years, 8 months ago) by valya
Branch: MAIN
CVS Tags: CMSSW_1_7_0_pre1, CMSSW_1_7_0_pre2, CMSSW_1_7_0_pre3, CMSSW_1_7_0_pre4, ap-20070926, dl070812, dl070827, dl070829, dl070905, dl070906, dl070909, dl070909p3, dl070912, dl070916, dl070920, dl070921, dl070921t2, sm030907a, sm070911a, sm070912a, sm070912b
Changes since 1.36: +12 -9 lines
Diff to previous 1.36
Added post-install procedure, switched to a new tag

Revision 1.36 - (view) (annotate) - [select for diffs]
Thu Jul 12 16:22:48 2007 UTC (17 years, 9 months ago) by valya
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
Move to new version

Revision 1.35 - (view) (annotate) - [select for diffs]
Thu Jul 12 15:16:46 2007 UTC (17 years, 9 months ago) by valya
Branch: MAIN
Changes since 1.34: +4 -6 lines
Diff to previous 1.34
Move to new version

Revision 1.34 - (view) (annotate) - [select for diffs]
Mon Jul 9 20:24:04 2007 UTC (17 years, 9 months ago) by valya
Branch: MAIN
Changes since 1.33: +3 -1 lines
Diff to previous 1.33
New tag and add python path to include elementtree

Revision 1.33 - (view) (annotate) - [select for diffs]
Wed Jun 6 15:34:13 2007 UTC (17 years, 10 months ago) by valya
Branch: MAIN
CVS Tags: CMSSW_1_6_0, CMSSW_1_6_0_DAQ1, CMSSW_1_6_0_DAQ3, CMSSW_1_6_0_pre1, CMSSW_1_6_0_pre10, CMSSW_1_6_0_pre11, CMSSW_1_6_0_pre12, CMSSW_1_6_0_pre13, CMSSW_1_6_0_pre14, CMSSW_1_6_0_pre2, CMSSW_1_6_0_pre3, CMSSW_1_6_0_pre4, CMSSW_1_6_0_pre5, CMSSW_1_6_0_pre6, CMSSW_1_6_0_pre7, CMSSW_1_6_0_pre8, CMSSW_1_6_0_pre9, CMSSW_1_6_1, CMSSW_1_6_10, CMSSW_1_6_10_pre1, CMSSW_1_6_10_pre2, CMSSW_1_6_11, CMSSW_1_6_12, CMSSW_1_6_12_pre1, CMSSW_1_6_12_pre2, CMSSW_1_6_1_pre1, CMSSW_1_6_2, CMSSW_1_6_2_pre1, CMSSW_1_6_3, CMSSW_1_6_4, CMSSW_1_6_5, CMSSW_1_6_5_pre1, CMSSW_1_6_5_pre2, CMSSW_1_6_6, CMSSW_1_6_7, CMSSW_1_6_7_FWLITE, CMSSW_1_6_8, CMSSW_1_6_8_FWLITE-root51800, CMSSW_1_6_8_pre1, CMSSW_1_6_8_pre2, CMSSW_1_6_8_pre2_FWLITE-root51706, CMSSW_1_6_9, CMSSW_1_6_9_pre1, CMSSW_1_6_9_pre2, ap-20070925, ap20070706, ap20070712, ap20070717, ap20070723, ap20080114a, ap20080114b, ap20080115a, ap20080115b, ap20080115c, ap20080115d, ap20080116a, ap20080116b, ap20080116c, ap20080116d, apFor1610p1v1, apFor1610p1v2, apFor1610p2v0, apFor1610v0, apFor1611p1v0, apFor1611p1v1, apFor1611v0, apFor1612p1v0, apFor1612p1v1, apFor1612p2v0, apFor1612p2v1, apFor1612p3v0, apFor1612v0, apFor168, apFor168p1, apFor168p2, apFor169p1, apFor169p1v0, apFor169p1v1, apFor169p1v2, apFor169p1v3, apFor169p1v4, apFor169p1v5, apFor169p2v0, apFor169p2v1, apFor169p2v2, apFor169v0, apFor169v1, cms160daq1_zhen1, cms160daq1_zhen2, dl070720_160daq1_1, dl070721, dl070730, dl070824, dl070826, dl070828, dl070828t2, ge20070622, ge20070625, ge20070629, ge20070702-rpm-webtools, ge20070703b, ge20070704, ge20070705, ge20070706-macosx, ge20070709-macosx, ge20070709-slc3, ge20070709a-macosx, ge20070710-formencode, ge20070711-prodcommon, ge20070712, ge20070712-migration, ge20070713-macosx, ge20070717, ge20070718, ge20070724-slc3, ge20070726, ge20070729-amd64, ge20070730-cmsbuild, ge20070810-ptc, nr071025_fwlite167, nr071026_fwlite167, nr080124fwl168a, nr080626_for1612flt, nr20070723_fwlite160p5, nr20070926-bootstrap, nr20071011-bootstrap, pe20070607a-ports, pe20070624a-ports, pe20070625a-ports, pe20070625b-ports, pe20070626a-ports, pe20070626b-ports, pe20070626c-ports, pe20070627a-ports, pe20070627b-ports, pe20070628a-ports, pe20070628b-ports, pe20070628c-ports, pe20070628d-ports, pe20070628e-ports, pe20070629a-ports, pe20070702b-160p2, pe20070702b-160p3, pe20070705a-160p3, pe20070720-160daq1, pe20070720-160p5, pe20070727-160p6, pe20070729a-160p1, pe20070729a-160p2, pe20070729b-160p1, pe20070729b-160p2, pe20070823-160p12, pe20070824-160p12, pe20070824b-160p12, pe20070826a-160p13, pe20070830a-160p14, pe20070831a-160p14, pe20070831b-160p14, pe20070831c-160p14, pe20070831d-160p14, pe20070922a-for161p2, pe20070922a-for162p1, pe20070922b-for161p2, pe20070922c-for161p2, pe20070922d-for161p2, pe20070922e-for161p2, pe20070922f-for161p2, pe20070922g-for161p2, pe20070925a-for162, pe20070926a-for163, pe20070928a-for16Xdpm, pe20070929a-for164, pe20070930a-for165p1, pe20070930b-for165p1, pe20071005a-for165p2, pe20071006a-for165, pe20071009a-for166p1, pe20071011a-for166, pe20071013a-for166p2, pe20071019a-for167, sm20070626a-ports
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
New tag

Revision 1.32 - (view) (annotate) - [select for diffs]
Mon Jun 4 17:17:43 2007 UTC (17 years, 10 months ago) by valya
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
New tag

Revision 1.31 - (view) (annotate) - [select for diffs]
Fri May 25 14:05:25 2007 UTC (17 years, 11 months ago) by valya
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
New tag

Revision 1.30 - (view) (annotate) - [select for diffs]
Wed May 23 20:00:05 2007 UTC (17 years, 11 months ago) by valya
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
A new tag

Revision 1.29 - (view) (annotate) - [select for diffs]
Wed May 23 19:58:00 2007 UTC (17 years, 11 months ago) by valya
Branch: MAIN
Changes since 1.28: +8 -6 lines
Diff to previous 1.28
Added elementtree

Revision 1.28 - (view) (annotate) - [select for diffs]
Wed May 23 14:10:53 2007 UTC (17 years, 11 months ago) by valya
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
New tag

Revision 1.27 - (view) (annotate) - [select for diffs]
Wed May 23 02:40:32 2007 UTC (17 years, 11 months ago) by valya
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
New tag

Revision 1.26 - (view) (annotate) - [select for diffs]
Tue May 22 14:15:38 2007 UTC (17 years, 11 months ago) by valya
Branch: MAIN
Changes since 1.25: +11 -9 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.25 - (view) (annotate) - [select for diffs]
Thu May 10 18:17:19 2007 UTC (17 years, 11 months ago) by valya
Branch: MAIN
CVS Tags: pe20070512a-ports, pe20070519a-ports, pe20070522a-ports
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
New tag

Revision 1.24 - (view) (annotate) - [select for diffs]
Wed May 9 18:33:28 2007 UTC (17 years, 11 months ago) by valya
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
New tag

Revision 1.23 - (view) (annotate) - [select for diffs]
Wed May 9 17:56:30 2007 UTC (17 years, 11 months ago) by valya
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Add dependency from elementtree

Revision 1.22 - (view) (annotate) - [select for diffs]
Wed May 9 17:55:40 2007 UTC (17 years, 11 months ago) by valya
Branch: MAIN
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
New tag

Revision 1.21 - (view) (annotate) - [select for diffs]
Tue May 8 17:42:49 2007 UTC (17 years, 11 months ago) by valya
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
New tag

Revision 1.20 - (view) (annotate) - [select for diffs]
Tue May 1 12:09:01 2007 UTC (18 years ago) by elmer
Branch: MAIN
CVS Tags: pe20070501b-ports, pe20070501c-ports, pe20070507a-ports, pe20070508a-ports
Changes since 1.19: +0 -2 lines
Diff to previous 1.19
More gcc-wrappers being removed...

Revision 1.19 - (view) (annotate) - [select for diffs]
Sat Apr 28 01:57:14 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
New tag

Revision 1.18 - (view) (annotate) - [select for diffs]
Tue Apr 24 10:27:12 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
New tag

Revision 1.17 - (view) (annotate) - [select for diffs]
Tue Apr 24 10:15:05 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
New tag

Revision 1.16 - (view) (annotate) - [select for diffs]
Tue Apr 24 09:37:09 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
Change link to YUI

Revision 1.15 - (view) (annotate) - [select for diffs]
Tue Apr 24 09:28:50 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
New tag

Revision 1.14 - (view) (annotate) - [select for diffs]
Mon Apr 23 14:58:16 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
New tag

Revision 1.13 - (view) (annotate) - [select for diffs]
Sun Apr 22 15:24:12 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
New tag

Revision 1.12 - (view) (annotate) - [select for diffs]
Sun Apr 22 11:57:21 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
New tag

Revision 1.11 - (view) (annotate) - [select for diffs]
Sun Apr 22 03:38:36 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
New tag

Revision 1.10 - (view) (annotate) - [select for diffs]
Sun Apr 22 03:30:31 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
New tag

Revision 1.9 - (view) (annotate) - [select for diffs]
Sat Apr 21 15:26:54 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8
Move to new version V03_04_00

Revision 1.8 - (view) (annotate) - [select for diffs]
Thu Apr 19 16:01:22 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.7: +8 -5 lines
Diff to previous 1.7
Switch to new version

Revision 1.7 - (view) (annotate) - [select for diffs]
Wed Apr 18 23:46:01 2007 UTC (18 years ago) by ratnik
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
Changes for building  externals in 64/32 mode: added gcc-wrapper .

Revision 1.6 - (view) (annotate) - [select for diffs]
Thu Apr 5 21:12:40 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
Switch to V03_03_02

Revision 1.5 - (view) (annotate) - [select for diffs]
Thu Apr 5 13:55:31 2007 UTC (18 years ago) by valya
Branch: MAIN
Changes since 1.4: +11 -4 lines
Diff to previous 1.4
Migrate to a new tag, modified links to confirm webtools mini-framework, add setup for pysqlite, DLS, etc.

Revision 1.4 - (view) (annotate) - [select for diffs]
Thu Mar 29 00:09:47 2007 UTC (18 years, 1 month ago) by valya
Branch: MAIN
CVS Tags: PR_0_5_4, WEBTOOLS_CONFIG_1_pre1, WEBTOOLS_CONFIG_1_pre2
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Updagraded to v03_02_01

Revision 1.3 - (view) (annotate) - [select for diffs]
Wed Mar 28 23:30:54 2007 UTC (18 years, 1 month ago) by valya
Branch: MAIN
Changes since 1.2: +53 -7 lines
Diff to previous 1.2
First time created usable RPM, upgraded to new version

Revision 1.2 - (view) (annotate) - [select for diffs]
Wed Feb 28 16:02:48 2007 UTC (18 years, 2 months ago) by valya
Branch: MAIN
CVS Tags: PRODREQUEST_0_4_0, PR_0_4_21, PR_0_5_0
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Switch to new version, v03_00_01

Revision 1.1 - (view) (annotate) - [select for diffs]
Mon Feb 26 12:59:15 2007 UTC (18 years, 2 months ago) by eulisse
Branch: MAIN
First added to repository.

Convenience Links

Links to HEAD: (view) (annotate) Links to ge20080225-fixed-bootstrap: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a