-
Notifications
You must be signed in to change notification settings - Fork 520
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
Switch Publishing Profiles from maccore to SecureFiles #22101
Merged
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
bb6d62e
Remove maccore
mcumming 5fd566d
Add install-qa-provisioning-profiles template to replace the shell sc…
mcumming 5fadf62
Attempt to fix yml
mcumming 6602471
Only install certs once
mcumming 57b1e6a
Remove all instances of install-qa-provisioning-profiles
mcumming c326b0a
Remove maccore checkouts
mcumming 513de60
Remove clean_git_vsts.ps1
mcumming 96951c4
Add build number to comment header for easier correlation
mcumming bd02e06
Clean CredScanSuppressions
mcumming a95647b
Misses maccore exclusion
mcumming 2c659e1
Move compliance files from maccore
mcumming 76fecbb
Enable verboseOutput
mcumming 5145e4b
Fix pathing
mcumming 24e4a28
re-add maccore to test
mcumming 4e1290b
try removing again
mcumming 39b3a12
Apply a path to the xamarin-macios repository
mcumming 6273cea
more of the same
mcumming b32ef83
remove macios.ci repo
mcumming 1761f10
Use commit hash in comment header
mcumming a906448
fix indentation
mcumming 95d7e3a
Fix Substring usage
mcumming 66c069a
Add logging
mcumming d2747d2
missing directory seperator
mcumming 7400f3e
Fix yamllint.
mandel-macaque a133662
Copy in just one step
mcumming 68cbaca
Remove old commented code
mcumming ad4d704
revert env var changes
mcumming 491dca8
Fix passing pipeline object to powershell
mcumming e6a2776
Move shell script to file
mcumming 2c769e2
quote the json
mcumming 8195e10
Use other quotes
mcumming a1051c6
Fix variable names, appears bash script path are set in bash script
mcumming 3e204d3
Make shellcheck happy
mcumming 0f018b1
Try System.DefaultWorkingDirectory
mcumming bbf159d
again
mcumming 0551224
use right filename
mcumming 3fd29a5
Rename file to be consistent with other scripts
mcumming 3827862
Run the script in the right folder, don't change directory in script
mcumming f5bda73
use right repo name
mcumming 899e1de
Duh
mcumming c3b3467
Do not call provisionator
mcumming facf965
skip only provisionator
rolfbjarne 7b22a5c
Look in the right directory
rolfbjarne 88f2728
Use auth token from env to unlock certs
mcumming 163661f
Clear the Repo title if the directory end with it
mcumming fb03e13
Remove extra directory
mcumming 1927226
More directory changes
mcumming 4e409b7
Add parameter for path to macios repository
mcumming b750c35
reference the parameter correctly
mcumming 79b922d
Fix cd to change to the right subfolder
mcumming 042ccbe
No, really
mcumming b214569
remove '-' in parameter name
mcumming 20380b2
if you change it in the template, you have to change it where it's ca…
mcumming 65b6479
Add REPO_PATH to coallese different path env vars
mcumming 7ca4725
One more path issue
mcumming File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,6 @@ MONO_BRANCH := $(shell cd $(MONO_PATH) 2> /dev/null && git symbolic-ref --sho | |
endif | ||
|
||
ifdef ENABLE_XAMARIN | ||
NEEDED_MACCORE_VERSION := 5805eb9adacd8f2aeb2852ffbc78b24fb4a43866 | ||
NEEDED_MACCORE_BRANCH := main | ||
|
||
MACCORE_DIRECTORY := maccore | ||
MACCORE_MODULE := [email protected]:xamarin/maccore.git | ||
MACCORE_VERSION := $(shell cd $(MACCORE_PATH) 2> /dev/null && git rev-parse HEAD 2> /dev/null) | ||
MACCORE_BRANCH := $(shell cd $(MACCORE_PATH) 2> /dev/null && git symbolic-ref --short HEAD 2> /dev/null) | ||
|
||
|
||
NEEDED_ADR_VERSION := adccd1c48a7c2540b0c37f2bf7add7d2c1398729 | ||
NEEDED_ADR_BRANCH := main | ||
|
||
|
@@ -109,13 +100,10 @@ endif | |
|
||
ifdef ENABLE_XAMARIN | ||
$(MACCORE_PATH): | ||
$(Q) git clone --recursive $(MACCORE_MODULE) $(MACCORE_PATH) | ||
$(Q) $(MAKE) reset-maccore | ||
|
||
$(ADR_PATH): | ||
$(Q) git clone --recursive $(ADR_MODULE) $(ADR_PATH) | ||
$(Q) $(MAKE) reset-adr | ||
|
||
$(eval $(call CheckVersionTemplate,maccore,MACCORE)) | ||
$(eval $(call CheckVersionTemplate,macios-adr,ADR)) | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will change and many more once we go to dotnet/macios right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a variable maybe that we can use/create like repoName or something similar?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe, but lets do that in a separate PR for
dotnet migration preparation
?