Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oppdaterer pakkeversjoner #272

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions scripts/bat/newScratchOrg.bat
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
echo "Oppretter scratch org"
call sf org create scratch --definition-file config\project-scratch-def.json --alias %1 --duration-days %2 --set-default --json --wait 30

echo "Installerer crm-platform-base ver. 0.203"
call sf package install --package 04t7U000000Y2gcQAC --no-prompt --installation-key %3 --wait 30 --publish-wait 30
echo "Installerer crm-platform-base ver. 0.247"
call sf package install --package 04tKB000000Y6N2YAK --no-prompt --installation-key %3 --wait 30 --publish-wait 30

echo "Installerer crm-platform-access-control ver. 0.116"
call sf package install --package 04t7U000000Y2ZlQAK --no-prompt --installation-key %3 --wait 30 --publish-wait 30
echo "Installerer crm-shared-flowComponents ver. 0.4"
call sf package install --package 04t7U0000008qz4QAA --no-prompt --installation-key %3 --wait 30 --publish-wait 30

echo "Installerer crm-community-base ver. 0.113"
call sf package install --package 04t7U000000Y4ZAQA0 --no-prompt --installation-key %3 --wait 30 --publish-wait 30
echo "Installerer crm-platform-access-control ver. 0.144"
call sf package install --package 04tKB000000Y6MEYA0 --no-prompt --installation-key %3 --wait 30 --publish-wait 30

echo "Installerer crm-henvendelse-base ver. 0.18"
call sf package install --package 04t7U000000LPPAQA4 --no-prompt --installation-key %3 --wait 30 --publish-wait 30
echo "Installerer crm-community-base ver. 0.119"
call sf package install --package 04tKB000000Y0CZYA0 --no-prompt --installation-key %3 --wait 30 --publish-wait 30

echo "Installerer crm-platform-integration ver. 0.114"
call sf package install --package 04t7U000000Y4RkQAK --no-prompt --installation-key %3 --wait 30 --publish-wait 30
echo "Installerer crm-henvendelse-base ver. 0.26"
call sf package install --package 04tKB000000Y6NqYAK --no-prompt --installation-key %3 --wait 30 --publish-wait 30

echo "Installerer crm-platform-integration ver. 0.142"
call sf package install --package 04tKB000000Y6CWYA0 --no-prompt --installation-key %3 --wait 30 --publish-wait 30

echo "Dytter kildekoden til scratch org'en"
call sf project deploy start
Expand Down
23 changes: 13 additions & 10 deletions scripts/bat/newScratchOrgMac
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,23 @@
# Oppretter scratch org
sf org create scratch --definition-file config/project-scratch-def.json --alias $1 --duration-days $2 --set-default --json --wait 30

# Installer crm-platform-base ver. 0.203
sf package install --package 04t7U000000Y2gcQAC --no-prompt --installation-key $3 --wait 30 --publish-wait 30
# Installer crm-platform-base ver. 0.247
sf package install --package 04tKB000000Y6N2YAK --no-prompt --installation-key $3 --wait 30 --publish-wait 30

# Installer crm-platform-access-control ver. 0.116
sf package install --package 04t7U000000Y2ZlQAK --no-prompt --installation-key $3 --wait 30 --publish-wait 30
# Installer crm-shared-flowComponents ver. 0.4
sf package install --package 04t7U0000008qz4QAA --no-prompt --installation-key $3 --wait 30 --publish-wait 30

# Installer crm-community-base ver. 0.113
sf package install --package 04t7U000000Y4ZAQA0 --no-prompt --installation-key $3 --wait 30 --publish-wait 30
# Installer crm-platform-access-control ver. 0.144
sf package install --package 04tKB000000Y6MEYA0 --no-prompt --installation-key $3 --wait 30 --publish-wait 30

# Installerer crm-henvendelse-base ver. 0.18
sf package install --package 04t7U000000LPPAQA4 --no-prompt --installation-key $3 --wait 30 --publish-wait 30
# Installer crm-community-base ver. 0.119
sf package install --package 04tKB000000Y0CZYA0 --no-prompt --installation-key $3 --wait 30 --publish-wait 30

# Installer crm-platform-integration ver. 0.114
sf package install --package 04t7U000000Y4RkQAK --no-prompt --installation-key $3 --wait 30 --publish-wait 30
# Installerer crm-henvendelse-base ver. 0.26
sf package install --package 04tKB000000Y6NqYAK --no-prompt --installation-key $3 --wait 30 --publish-wait 30

# Installer crm-platform-integration ver. 0.142
sf package install --package 04tKB000000Y6CWYA0 --no-prompt --installation-key $3 --wait 30 --publish-wait 30

# Dytt kildekoden til scratch org'en
sf project deploy start
Expand Down
17 changes: 11 additions & 6 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,27 @@
"dependencies": [
{
"package": "crm-platform-base",
"versionNumber": "0.203.0.LATEST"
"versionNumber": "0.247.0.LATEST"
},
{
"package": "crm-shared-flowComponents",
"versionNumber": "0.4.0.LATEST"
},
{
"package": "crm-henvendelse-base",
"versionNumber": "0.18.0.LATEST"
"versionNumber": "0.26.0.LATEST"
},
{
"package": "crm-platform-integration",
"versionNumber": "0.114.0.LATEST"
"versionNumber": "0.142.0.LATEST"
},
{
"package": "crm-platform-access-control",
"versionNumber": "0.116.0.LATEST"
"versionNumber": "0.144.0.LATEST"
},
{
"package": "crm-community-base",
"versionNumber": "0.113.0.LATEST"
"versionNumber": "0.119.0.LATEST"
}
]
}
Expand All @@ -39,6 +43,7 @@
"crm-community-base": "0Ho2o0000008OSzCAM",
"crm-platform-access-control": "0Ho2o0000008OR3CAM",
"crm-platform-integration": "0Ho2o0000008ORrCAM",
"crm-henvendelse-base": "0Ho7U000000000kSAA"
"crm-henvendelse-base": "0Ho7U000000000kSAA",
"crm-shared-flowComponents": "0Ho2o000000fxYJCAY"
}
}
Loading