From 92edbb27eae6e0416fb744a9a9938b3fdaf977fc Mon Sep 17 00:00:00 2001 From: Enrico Faulhaber Date: Fri, 21 Oct 2022 12:40:33 +0200 Subject: [PATCH] change repo to secop/frappy Change-Id: I515c0d958c87d555156861db83a7b22c60046ead --- .description | 2 +- ci/Dockerfile | 6 +++--- ci/Jenkinsfile | 2 +- debian/changelog | 2 +- debian/copyright | 6 +++--- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.description b/.description index 1129588..bdbb5e1 100644 --- a/.description +++ b/.description @@ -1,2 +1,2 @@ -SECoP playground for creating specification and testing one implementation. +Frappy framwework for implementing SEC-nodes (see SECoP protocol on github). diff --git a/ci/Dockerfile b/ci/Dockerfile index 26bd399..74e8061 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -33,11 +33,11 @@ RUN virtualenv /home/jenkins/tools2 && \ rm -rf /home/jenkins/tools2src RUN virtualenv -p /usr/bin/python3 --system-site-packages /home/jenkins/secopvenv && \ - git clone https://forge.frm2.tum.de/review/sine2020/secop/playground /home/jenkins/playground && \ + git clone https://forge.frm2.tum.de/review/secop/frappy /home/jenkins/frappy && \ . /home/jenkins/secopvenv/bin/activate && \ pip install -U pip wheel setuptools && \ - pip install -r /home/jenkins/playground/requirements-dev.txt -r /home/jenkins/playground/requirements.txt pylint pytest && \ - rm -rf /home/jenkins/playground + pip install -r /home/jenkins/frappy/requirements-dev.txt -r /home/jenkins/frappy/requirements.txt pylint pytest && \ + rm -rf /home/jenkins/frappy FROM base AS docs diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 85dac19..ba9e4d3 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -4,7 +4,7 @@ properties([ daysToKeepStr: '', numToKeepStr: '50')), parameters([ - string(defaultValue: 'sine2020/secop/playground', + string(defaultValue: 'secop/frappy', description: '', name: 'GERRIT_PROJECT'), string(defaultValue: 'master', description: '', name: 'GERRIT_BRANCH'), diff --git a/debian/changelog b/debian/changelog index fd58b21..f88832d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -684,7 +684,7 @@ secop-core (0.5.0) unstable; urgency=low * fix amagnet * add info about Meeting @PSI * fix typo and include comment from Niklas - * playground: give sequencermixin a loopcounter (per step) + * give sequencermixin a loopcounter (per step) [ Frank Wutzler ] * describe SECoP motivation discussed in meeting 2017-11-27 diff --git a/debian/copyright b/debian/copyright index 8162ec1..bc0402d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,15 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: frappy -Source: http://forge.frm2.tum.de/cgit/cgit.cgi/frm2/sine2020/secop/playground.git +Source: http://forge.frm2.tum.de/cgit/cgit.cgi/secop/frappy.git Comment: FRAPPY is an implementation of the free SECoP protocol see https://www.github.com/SampleEnvironment/SECoP Files: * -Copyright: 2016-2019 by the FRAPPY-SECOP contributors (see AUTHORS) +Copyright: 2016-2022 by the FRAPPY-SECOP contributors (see AUTHORS) License: GPL-2 Files: debian/* -Copyright: 2015-2019 Enrico Faulhaber +Copyright: 2015-2022 Enrico Faulhaber License: GPL-2 License: GPL-2