ScriptCollection 4.0.18__py3-none-any.whl → 4.0.19__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ScriptCollection/ScriptCollectionCore.py +1 -1
- ScriptCollection/TFCPS/TFCPS_CreateRelease.py +1 -1
- ScriptCollection/TFCPS/TFCPS_PreBuildCodeunitsScript.py +6 -0
- {scriptcollection-4.0.18.dist-info → scriptcollection-4.0.19.dist-info}/METADATA +1 -1
- {scriptcollection-4.0.18.dist-info → scriptcollection-4.0.19.dist-info}/RECORD +8 -8
- {scriptcollection-4.0.18.dist-info → scriptcollection-4.0.19.dist-info}/WHEEL +0 -0
- {scriptcollection-4.0.18.dist-info → scriptcollection-4.0.19.dist-info}/entry_points.txt +0 -0
- {scriptcollection-4.0.18.dist-info → scriptcollection-4.0.19.dist-info}/top_level.txt +0 -0
@@ -78,7 +78,7 @@ class TFCPS_CreateRelease:
|
|
78
78
|
self.sc.log.log("Merge to main-branch will not be done because there are no changed which can be merged.")
|
79
79
|
else:
|
80
80
|
self.sc.log.log("Merge to main-branch...",LogLevel.Information)
|
81
|
-
mergeToMainConfiguration:MergeToMainConfiguration=MergeToMainConfiguration(tfcps_CreateReleaseConfiguration.current_file,tfcps_CreateReleaseConfiguration.product_name,tfcps_CreateReleaseConfiguration.product_name,tfcps_CreateReleaseConfiguration.branch_to_be_released,tfcps_CreateReleaseConfiguration.log_level,tfcps_CreateReleaseConfiguration.additional_arguments_file,tfcps_CreateReleaseConfiguration.main_branch,tfcps_CreateReleaseConfiguration.common_remote_name)
|
81
|
+
mergeToMainConfiguration:MergeToMainConfiguration=MergeToMainConfiguration(tfcps_CreateReleaseConfiguration.current_file,tfcps_CreateReleaseConfiguration.product_name,tfcps_CreateReleaseConfiguration.product_name,tfcps_CreateReleaseConfiguration.branch_to_be_released,tfcps_CreateReleaseConfiguration.log_level,tfcps_CreateReleaseConfiguration.additional_arguments_file,tfcps_CreateReleaseConfiguration.main_branch,tfcps_CreateReleaseConfiguration.common_remote_name,tfcps_CreateReleaseConfiguration.build_repository)
|
82
82
|
tFCPS_MergeToMain:TFCPS_MergeToMain=TFCPS_MergeToMain(mergeToMainConfiguration)
|
83
83
|
tFCPS_MergeToMain.merge_to_main_branch()
|
84
84
|
|
@@ -2,6 +2,7 @@ import argparse
|
|
2
2
|
from ..SCLog import LogLevel
|
3
3
|
from ..ScriptCollectionCore import GeneralUtilities
|
4
4
|
from ..ScriptCollectionCore import ScriptCollectionCore
|
5
|
+
from .TFCPS_Tools_General import TFCPS_Tools_General
|
5
6
|
|
6
7
|
class TFCPS_PreBuildCodeunitsScriptConfiguration:
|
7
8
|
targetenvironmenttype:str
|
@@ -9,13 +10,18 @@ class TFCPS_PreBuildCodeunitsScriptConfiguration:
|
|
9
10
|
verbosity:LogLevel
|
10
11
|
use_cache:str
|
11
12
|
repository_folder:str=None
|
13
|
+
sc:ScriptCollectionCore=None
|
14
|
+
tfcps_Tools_General:TFCPS_Tools_General
|
12
15
|
|
13
16
|
def __init__(self,script_file:str,targetenvironmenttype:str,additionalargumentsfile:str,verbosity:LogLevel,use_cache:bool):
|
14
17
|
self.targetenvironmenttype=targetenvironmenttype
|
15
18
|
self.additionalargumentsfile=additionalargumentsfile
|
16
19
|
self.verbosity=verbosity
|
17
20
|
self.use_cache=use_cache
|
21
|
+
self.sc=ScriptCollectionCore()
|
22
|
+
self.sc.log.loglevel=self.verbosity
|
18
23
|
self.repository_folder=ScriptCollectionCore().search_repository_folder(script_file)
|
24
|
+
self.tfcps_Tools_General=TFCPS_Tools_General(self.sc)
|
19
25
|
|
20
26
|
class TFCPS_PreBuildCodeunitsScript:
|
21
27
|
configuration:TFCPS_PreBuildCodeunitsScriptConfiguration
|
@@ -9,16 +9,16 @@ ScriptCollection/ProgramRunnerEpew.py,sha256=TJdDx9zIMSiCaXh8X-ekrMlbXfGtmd0Mmyx
|
|
9
9
|
ScriptCollection/ProgramRunnerMock.py,sha256=uTu-aFle1W_oKjeQEmuPsFPQpvo0kRf2FrRjAPIwT5Y,37
|
10
10
|
ScriptCollection/ProgramRunnerPopen.py,sha256=BPY7-ZMIlqT7JOKz8qlB5c0laF2Js-ijzqk09GxZC48,3821
|
11
11
|
ScriptCollection/SCLog.py,sha256=dxGOI4E9lG5v9jk_LajXCkM5nghliCDV8YB8Ihn160s,4541
|
12
|
-
ScriptCollection/ScriptCollectionCore.py,sha256=
|
12
|
+
ScriptCollection/ScriptCollectionCore.py,sha256=sp5_u2zFhMctiMHQM_-pwUHXEr5RxPfNsZh2mp_xxS8,140617
|
13
13
|
ScriptCollection/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
14
|
ScriptCollection/TFCPS/TFCPS_CodeUnitSpecific_Base.py,sha256=Cj89Xhzf5CRSDVH_-0JachQMsPHfjkz8jtRi_BpiGvY,25979
|
15
15
|
ScriptCollection/TFCPS/TFCPS_CodeUnit_BuildCodeUnit.py,sha256=xfZ2iFCH-eIqi-AdhqcYaSYqb3JP1VE4o7LrHEtqFQA,7388
|
16
16
|
ScriptCollection/TFCPS/TFCPS_CodeUnit_BuildCodeUnits.py,sha256=GXFF1xem3fe8Vosb7dsVyOSe3mS1KtFO0WSlCg1XZ6Q,4733
|
17
|
-
ScriptCollection/TFCPS/TFCPS_CreateRelease.py,sha256=
|
17
|
+
ScriptCollection/TFCPS/TFCPS_CreateRelease.py,sha256=d8L1WR2Fx-Ps-5So5fbR_fwTrSKosgzwXHu_wJUtyc8,6510
|
18
18
|
ScriptCollection/TFCPS/TFCPS_Generic.py,sha256=O-0guM_LJCcZmPZJhMgTvXD2RXUJEBWWv6Bt6hDFhvM,1943
|
19
19
|
ScriptCollection/TFCPS/TFCPS_MergeToMain.py,sha256=wX7oF_JYATofrJNQ7XtPKCg8cjr_XSAmE-Dn0BseaNo,7746
|
20
20
|
ScriptCollection/TFCPS/TFCPS_MergeToStable.py,sha256=AUM6hJDYmFzcP4wCwrn2htf3fTBK9mstxnLWWHaxxPE,22652
|
21
|
-
ScriptCollection/TFCPS/TFCPS_PreBuildCodeunitsScript.py,sha256=
|
21
|
+
ScriptCollection/TFCPS/TFCPS_PreBuildCodeunitsScript.py,sha256=CxdwUklhZVuJGp0vcokoH_KMXFzmlUlZwj77xFYijho,2242
|
22
22
|
ScriptCollection/TFCPS/TFCPS_Tools_Dependencies.py,sha256=o7HI3ki3WWqlAiUsrh3Lky_w6UhYh9hdjYPGOhubQGA,414
|
23
23
|
ScriptCollection/TFCPS/TFCPS_Tools_General.py,sha256=QsywKFqRQBHflDISwwRvLuP3JppNxHzhhuKS3ThPMm4,66111
|
24
24
|
ScriptCollection/TFCPS/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -35,8 +35,8 @@ ScriptCollection/TFCPS/NodeJS/TFCPS_CodeUnitSpecific_NodeJS.py,sha256=dnuDlQXThF
|
|
35
35
|
ScriptCollection/TFCPS/NodeJS/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
36
36
|
ScriptCollection/TFCPS/Python/TFCPS_CodeUnitSpecific_Python.py,sha256=q7msAxCb5VIZ-xhFg1MfzUvWomQRKYldqmW42KFhyMU,6868
|
37
37
|
ScriptCollection/TFCPS/Python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
38
|
-
scriptcollection-4.0.
|
39
|
-
scriptcollection-4.0.
|
40
|
-
scriptcollection-4.0.
|
41
|
-
scriptcollection-4.0.
|
42
|
-
scriptcollection-4.0.
|
38
|
+
scriptcollection-4.0.19.dist-info/METADATA,sha256=D6JPaCfX2YIxrwO9Ut0bh9aOkBMlqBdg5H9Kfx3g26M,7688
|
39
|
+
scriptcollection-4.0.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
40
|
+
scriptcollection-4.0.19.dist-info/entry_points.txt,sha256=EBRDrnGDURysHNyK0Z0fPCnL7uCCO_Mxc6WYJ47KxAI,4234
|
41
|
+
scriptcollection-4.0.19.dist-info/top_level.txt,sha256=hY2hOVH0V0Ce51WB76zKkIWTUNwMUdHo4XDkR2vYVwg,17
|
42
|
+
scriptcollection-4.0.19.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|