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
|
rm -rf /home/jenkins/tools2src
|
||||||
|
|
||||||
RUN virtualenv -p /usr/bin/python3 --system-site-packages /home/jenkins/secopvenv && \
|
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 && \
|
. /home/jenkins/secopvenv/bin/activate && \
|
||||||
pip install -U pip wheel setuptools && \
|
pip install -U pip wheel setuptools && \
|
||||||
pip install -r /home/jenkins/playground/requirements-dev.txt -r /home/jenkins/playground/requirements.txt pylint pytest && \
|
pip install -r /home/jenkins/frappy/requirements-dev.txt -r /home/jenkins/frappy/requirements.txt pylint pytest && \
|
||||||
rm -rf /home/jenkins/playground
|
rm -rf /home/jenkins/frappy
|
||||||
|
|
||||||
|
|
||||||
FROM base AS docs
|
FROM base AS docs
|
||||||
|
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -4,7 +4,7 @@ properties([
|
|||||||
daysToKeepStr: '',
|
daysToKeepStr: '',
|
||||||
numToKeepStr: '50')),
|
numToKeepStr: '50')),
|
||||||
parameters([
|
parameters([
|
||||||
string(defaultValue: 'sine2020/secop/playground',
|
string(defaultValue: 'secop/frappy',
|
||||||
description: '', name: 'GERRIT_PROJECT'),
|
description: '', name: 'GERRIT_PROJECT'),
|
||||||
string(defaultValue: 'master',
|
string(defaultValue: 'master',
|
||||||
description: '', name: 'GERRIT_BRANCH'),
|
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
|
* fix amagnet
|
||||||
* add info about Meeting @PSI
|
* add info about Meeting @PSI
|
||||||
* fix typo and include comment from Niklas
|
* fix typo and include comment from Niklas
|
||||||
* playground: give sequencermixin a loopcounter (per step)
|
* give sequencermixin a loopcounter (per step)
|
||||||
|
|
||||||
[ Frank Wutzler ]
|
[ Frank Wutzler ]
|
||||||
* describe SECoP motivation discussed in meeting 2017-11-27
|
* 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/
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: frappy
|
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
|
Comment: FRAPPY is an implementation of the free SECoP protocol
|
||||||
see https://www.github.com/SampleEnvironment/SECoP
|
see https://www.github.com/SampleEnvironment/SECoP
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2016-2019 by the FRAPPY-SECOP contributors (see AUTHORS)
|
Copyright: 2016-2022 by the FRAPPY-SECOP contributors (see AUTHORS)
|
||||||
License: GPL-2
|
License: GPL-2
|
||||||
|
|
||||||
Files: debian/*
|
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
|
||||||
|
|
||||||
License: GPL-2
|
License: GPL-2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user