B4A.PM.SCRI.GET-REPOSITORY
Details
Property | Value |
---|---|
Type | SCRI |
Subtype | - |
Folder | PACKAGES/BEST4AUTOMIC/B4A.PM/SOURCE |
Active | true |
Title | Retrieves URL for Package Git Repository |
Archive Key 1 | - |
Archive Key 2 | - |
Created | Andreas Büsching am: 2022-02-22 11:44:42 |
Last Modified | WRITER/B4A am: 2023-03-01 14:59:52 11 x |
Last Used | - |
Custom Attributes
No custom attributes defined.
Process
:set &organisation# = get_var( B4A.PM.VARA@XML.OPTIONS, "repositories", '/best4Automic/repositories/repository[@prefix="&B4AP_PACKAGE_PREFIX_O#"]/@resource' )
:if &organisation# = ' '
: set &organisation# = get_var( B4A.PM.VARA@XML.OPTIONS, "repositories", '/best4Automic/repositories/repository[@prefix="_DEFAULT_"]/@resource' )
:endif
:p &organisation#
:set &repo_name# = str_sub( &B4AP_PACKAGE_NAME_O#, "#", "-" )
:set &repo_name# = str_sub( &repo_name#, "@", "_" )
:set &B4AP_ORGANISATION_I# = &organisation#
:p "What is going on???"
:set &repository# = get_var( B4A.PM.VARA.SETTINGS, GIT_REPOSITORY, 1 )
:p &repository#
:set &repository# = resolve_var( &repository# )
:publish &repository#, B4AP_GIT_REPOSITORY_O#, TASK
Runtime
- ERT Method
- DYNAMIC_AVERAGE
- Current ERT
- 00 : 01 : 01 No. of past runs : 0 +ERT Correction % : 0
Sync
No sync definitions.
Variables
No variables defined.
Prompt Sets
B4A.PM.PRPT.GET-REPOSITORY
Label | Variable | Type | Default Value | Tooltip |
---|---|---|---|---|
B4AP_CONNECTION_I# | `` | |||
B4AP_PACKAGE_I# | `` |
Automatic Deactivation
- Deactivate on Finish
- ALWAYS
- Deactivate After
- 0
Runtime Parameters
- AE Priority
- 0
- Timezone
- -
- Generate at runtime
- true
- Max. Parallel Tasks
- 0
Usage
Parent | Type | Package | Folder |
---|---|---|---|
B4A.PM.VARA@EXEC.GET-REPOSITORY | VARA | B4A.PM | PACKAGES/BEST4AUTOMIC/B4A.PM/SOURCE |
DEV.B4A.VARA@EXEC.GET-REPOSITORY | VARA | DEV.B4A | INTERNAL/DEV.B4A/SOURCE |
Variable Publications
Found 1 variable publications (TASK)
Zeilennummer | Scriptzeile |
---|---|
20 | :publish &repository#, B4AP_GIT_REPOSITORY_O#, TASK |