Bissl docker kram zum laufen gebracht #70-1_docker_and_build #76

Merged
edraft merged 7 commits from #70-1_docker_and_build into #70 2022-10-20 20:49:40 +02:00
Owner
No description provided.
Ebola-Chan was assigned by edraft 2022-10-20 17:51:33 +02:00
edraft added 5 commits 2022-10-20 17:51:34 +02:00
edraft added this to the Sprint 0.3 milestone 2022-10-20 17:51:37 +02:00
edraft added this to the Sprint 0.3 project 2022-10-20 17:51:39 +02:00
edraft requested review from Ebola-Chan 2022-10-20 17:52:07 +02:00
Ebola-Chan requested changes 2022-10-20 20:08:34 +02:00
@ -0,0 +23,4 @@
# imports:
VersionInfo = namedtuple('VersionInfo', 'major minor micro')
version_info = VersionInfo(major='0', minor='0', micro='0')
Contributor

Gibt es hier einen Grund warum alles leer und auf 0 steht?

Gibt es hier einen Grund warum alles leer und auf 0 steht?
edraft marked this conversation as resolved
@ -0,0 +4,4 @@
"Version": {
"Major": "0",
"Minor": "0",
"Micro": "0"
Contributor

Major, Minor und Micro haben noch einen 0-Wert. Ist das gewollt?

Major, Minor und Micro haben noch einen 0-Wert. Ist das gewollt?
edraft marked this conversation as resolved
@ -0,0 +14,4 @@
"CopyrightDate": "",
"CopyrightName": "",
"LicenseName": "",
"LicenseDescription": "",
Contributor

Author, AuthorEmail, Description, LongDescription, URL, CopyrightDate, CopyrightName, LicenseName und LicenseDescription sind leer. Ist das gewollt?

Author, AuthorEmail, Description, LongDescription, URL, CopyrightDate, CopyrightName, LicenseName und LicenseDescription sind leer. Ist das gewollt?
edraft marked this conversation as resolved
edraft added 1 commit 2022-10-20 20:18:19 +02:00
edraft added 1 commit 2022-10-20 20:20:04 +02:00
Ebola-Chan requested changes 2022-10-20 20:47:25 +02:00
@ -0,0 +7,4 @@
:copyright: (c)
:license:
Contributor

Komentar ist leer

Komentar ist leer
edraft marked this conversation as resolved
@ -0,0 +16,4 @@
__license__ = ''
__copyright__ = 'Copyright (c) '
__version__ = '0.0.0'
Contributor

Hier evtl auch version

Hier evtl auch version
edraft marked this conversation as resolved
Ebola-Chan approved these changes 2022-10-20 20:49:21 +02:00
edraft merged commit 27442fe7c7 into #70 2022-10-20 20:49:40 +02:00
edraft deleted branch #70-1_docker_and_build 2022-10-20 20:49:40 +02:00
edraft removed this from the Sprint 0.3 milestone 2023-02-13 10:27:45 +01:00
Sign in to join this conversation.
No description provided.