Skip to content
Snippets Groups Projects
  1. Mar 15, 2016
  2. Feb 23, 2016
  3. Feb 12, 2016
  4. Nov 06, 2015
  5. Jul 15, 2015
  6. Feb 25, 2015
  7. Jan 27, 2015
  8. Dec 02, 2014
  9. Aug 11, 2014
  10. Jun 16, 2014
  11. Jun 19, 2014
  12. May 26, 2014
  13. May 20, 2014
  14. Dec 03, 2013
  15. Nov 06, 2013
    • Eric Cano's avatar
      5c5659f9
    • Eric Cano's avatar
      Finished the support of partial compilation and packaging in cmake. · b5a2e231
      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
      b5a2e231
  16. Nov 04, 2013
  17. Nov 01, 2013
  18. Oct 31, 2013
  19. Oct 30, 2013
  20. Oct 24, 2013
  21. Oct 19, 2013
  22. Oct 18, 2013
    • Steven Murray's avatar
      Moved the generation of compilation variables from the... · 8279ef5e
      Steven Murray authored
      Moved the generation of compilation variables from the cmake/CASTORVersion.cmake module file to the top-level CMakeList.txt file.  I believe the cmake/CASTORVersion.cmake module should just concentrate on the single responsibility of determining the CASTOR version.
      8279ef5e
  23. Oct 16, 2013
  24. Oct 10, 2013
  25. Jul 03, 2013
  26. May 31, 2013
Loading