change repo to secop/frappy
Change-Id: I515c0d958c87d555156861db83a7b22c60046ead
This commit is contained in:
parent
20fc48ddf0
commit
92edbb27ea
@ -1,2 +1,2 @@
|
||||
SECoP playground for creating specification and testing one implementation.
|
||||
Frappy framwework for implementing SEC-nodes (see SECoP protocol on github).
|
||||
|
||||
|
@ -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
|
||||
|
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -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'),
|
||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
6
debian/copyright
vendored
6
debian/copyright
vendored
@ -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 <enrico.faulhaber@frm2.tum.de>
|
||||
Copyright: 2015-2022 Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
|
||||
License: GPL-2
|
||||
|
||||
License: GPL-2
|
||||
|
Loading…
x
Reference in New Issue
Block a user