- 08 Jan, 2014 1 commit
-
-
Eric Cano authored
Moved the building of the unit tests out of the client only compilation as it requires server libraries for linking.
-
- 18 Dec, 2013 1 commit
-
-
Steven Murray authored
-
- 03 Dec, 2013 2 commits
- 09 Dec, 2013 1 commit
-
-
Eric Cano authored
-
- 13 Nov, 2013 1 commit
-
-
Steven Murray authored
compiling on linux and not when compiling on mac.
-
- 06 Nov, 2013 2 commits
-
-
Eric Cano authored
-
Eric Cano authored
The full set of packages can be compiled straight with the following sequence: rm -rf ../build/; mkdir ../build; (cd ../build/; cmake ../castor-git/ ); make -C ../build/ castor_rpm The client packages can also be build directly by adding an option at cmake time: rm -rf ../build/; mkdir ../build; (cd ../build/; cmake -DCOMPILE_SERVER:STRING=0 ../castor-git/ ); make -C ../build/ castor_rpm Finally, one can use the srpm as a first step, and use the TeamCity compatible rpmbuild switch "clientonly": rm -rf ../build/; mkdir ../build; (cd ../build/; cmake ../castor-git/ ); make -C ../build/ castor_srpm buildtree=`mktemp -d`; mkdir -p ${buildtree}/{RPMS/{i386,i586,i686,x86_64},SPECS,BUILD,SOURCES,SRPMS}; rpmbuild --define "_topdir ${buildtree}" --define "clientonly 1" --rebuild ../build/RPM/SRPMS/castor-2.1.14-4.el6.src.rpm
-
- 05 Nov, 2013 3 commits
-
-
Steven Murray authored
-
Eric Cano authored
-
Steven Murray authored
traffic-shaping/CMakeLists.txt now builds all of its directory.
-
- 04 Nov, 2013 6 commits
-
-
Steven Murray authored
subdirectories. hbase-consumer/CMakeLists.txt now installs all of its directory and subdirectories. lemon-sensor-py/CMakeLists.txt now installs its all of its directory.
-
Steven Murray authored
castor/Imakefile and I am trying to preserve a one to one mapping where possible.
-
Steven Murray authored
-
Steven Murray authored
-
Eric Cano authored
Added installation of header files for package castor-build-headers, except for tapegateway, which is being removed from this package in parallel
-
Steven Murray authored
useful.
-
- 03 Nov, 2013 1 commit
-
-
Eric Cano authored
Fixed the link options of rfio library in order to get a linking rtcpd.
-
- 02 Nov, 2013 1 commit
-
-
Steven Murray authored
CastorInstallChown(). If the value of CASTOR_WHOAMI matches "root" then CASTOR/CMakeLists.txt calls the CastorInstallChown() function to set the ownership of /var/log/spool/castor to stage:st.
-
- 01 Nov, 2013 3 commits
-
-
Steven Murray authored
CastorInstallDirWithOwnerShip(/var/log/spool/castor stage st)
-
Steven Murray authored
-
Steven Murray authored
that one only need to escape the $ENV{DESTDIR}.
-
- 31 Oct, 2013 4 commits
-
-
Steven Murray authored
I have now removed the function and replaced it with the working code given by Eric.
-
Steven Murray authored
based on what is installed, which in this case is an example file.
-
Steven Murray authored
Renamed CastorInstallSysconfig to CastorInstallSysconfigExample because the name should be based on what is installed, which in this case is an example file
-
Steven Murray authored
fails to install.
-
- 30 Oct, 2013 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
libXrdxCastor2ServerAcc.so shared libraries. This directory is not yet finished but it's about time I committed some of it.
-
- 28 Oct, 2013 1 commit
-
-
Steven Murray authored
-
- 26 Oct, 2013 2 commits
-
-
Eric Cano authored
Some source files were renamed when they did not match the name of the command line utility they generated. Imakefile also updated accordingly. Added necessary support for python in main CMakeLists.txt (very similar to oracle's).
-
Eric Cano authored
Fixed wrong COMPILE_SERVER default (now 1). Added many man pages installations. Created an empty placeholder libshift.c to prevent the confusion of cmake about this target (libshift is created by merely linking all of castor's libraries). Moved more configuration files to the (debatable) config diretory (it is also used for compilation configuration).
-
- 25 Oct, 2013 4 commits
-
-
Eric Cano authored
Prevented double generation of the spec file. Added optional system (COMPILE_SERVER) allowing partial compilation and installation at the cmake level. Simplified the build part of the spec file accordingly. Minor build/install fixes.
-
Steven Murray authored
-
Steven Murray authored
castor/tape/legacymsg/CMakeLists.txt now builds all of its directory castor/tape/net/CMakeLists.txt now builds all of its directory Started cmake work on the castor/tpcp directory. Looks like I will need to do the rfio directory first.
-
Steven Murray authored
-
- 24 Oct, 2013 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 23 Oct, 2013 1 commit
-
-
Steven Murray authored
-
- 22 Oct, 2013 2 commits
-
-
Steven Murray authored
function (CastorInstallLogrotate _name) function (CastorInstallSysconfig _name) function (CastorInstallInitScript _name) function (CastorInstallConfigFile _name)
-
Steven Murray authored
replacement CMakeLists.txt files: function (CastorInstallManPage _name _section) function (CastorInstallExeManPage _name) function (CastorInstallSysManPage _name) function (CastorInstallLibManPage _name) function (CastorInstallFileManPage _name) function (CastorInstallAdmManPage _name)
-