Skip to content
Snippets Groups Projects
Commit f4b2d09c authored by Steven Murray's avatar Steven Murray
Browse files

Attempt to go back to protobuf version 2

parent 1074f997
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ cta_rpm:
stage: build:rpm
image: gitlab-registry.cern.ch/linuxsupport/cc7-base
script:
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/* /etc/yum.repos.d/
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/centos-cernonly.repo /etc/yum.repos.d/
- cp -f continuousintegration/docker/ctafrontend/cc7/etc/yum.repos.d/cta-ci.repo /etc/yum.repos.d/
- yum install -y gcc-c++ cmake make rpm-build
- yum -y install yum-plugin-priorities
- yum-builddep --nogpgcheck -y build_srpm/RPM/SRPMS/*
......
......@@ -3,4 +3,4 @@ name=DSS CI EOS repo
baseurl=https://dss-ci-repo.web.cern.ch/dss-ci-repo/eos/citrine-depend/el-7-x86_64/
priority=5
gpgcheck=0
enabled=1
enabled=0
......@@ -142,7 +142,7 @@ CERN Tape Archive:
The xroot plugin
%files -n cta-frontend
%defattr(-,root,root)
%attr(0755,root,root) %{_libdir}/libctafrontendmessages.so
#%attr(0755,root,root) %{_libdir}/libctafrontendmessages.so
%attr(0755,root,root) %{_libdir}/libXrdCtaOfs.so
%attr(0644,root,root) %config(noreplace) /etc/xrootd/xrootd-cta.cfg
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-frontend.conf
......
......@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
cmake_minimum_required (VERSION 2.6)
add_subdirectory(messages)
#add_subdirectory(messages)
list (APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
find_package (xrootd REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment