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

Update audacity label to check for arch #708

Merged
merged 1 commit into from
Sep 30, 2022
Merged

Update audacity label to check for arch #708

merged 1 commit into from
Sep 30, 2022

Conversation

dnikles
Copy link
Contributor

@dnikles dnikles commented Sep 30, 2022

previous version of label was downloading the arm64 version every time

previous version of label was downloading the arm64 version every time
@dnikles
Copy link
Contributor Author

dnikles commented Sep 30, 2022

assemble script won't work because git downloads are broken on the current script, but here's output from an older version with this updated label, showing it pull down the appropriate x86 version of audacity

2022-09-30 10:55:17 : WARN  :  : setting variable from argument DEBUG=0
2022-09-30 10:55:17 : WARN  :  : setting variable from argument INSTALL=force
2022-09-30 10:55:17 : REQ   : audacity : ################## Start Installomator v. 10.0beta, date 2022-05-19
2022-09-30 10:55:17 : INFO  : audacity : ################## Version: 10.0beta
2022-09-30 10:55:17 : INFO  : audacity : ################## Date: 2022-05-19
2022-09-30 10:55:17 : INFO  : audacity : ################## audacity
2022-09-30 10:55:18 : INFO  : audacity : BLOCKING_PROCESS_ACTION=tell_user
2022-09-30 10:55:18 : INFO  : audacity : NOTIFY=success
2022-09-30 10:55:18 : INFO  : audacity : LOGGING=INFO
2022-09-30 10:55:18 : INFO  : audacity : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2022-09-30 10:55:18 : INFO  : audacity : Label type: dmg
2022-09-30 10:55:18 : INFO  : audacity : archiveName: audacity-macOS-[0-9.]*-x86_64.dmg
2022-09-30 10:55:18 : INFO  : audacity : no blocking processes defined, using Audacity as default
2022-09-30 10:55:18 : INFO  : audacity : App(s) found: /Applications/Audacity.app
2022-09-30 10:55:18 : INFO  : audacity : found app at /Applications/Audacity.app, version 3.2.0.0, on versionKey CFBundleShortVersionString
2022-09-30 10:55:18 : INFO  : audacity : appversion: 3.2.0.0
2022-09-30 10:55:18 : INFO  : audacity : Label is not of type “updateronly”, and it’s set to use force to install or ignoring app store apps, so not using updateTool.
2022-09-30 10:55:18 : INFO  : audacity : Latest version of Audacity is 3.2.0
2022-09-30 10:55:18 : REQ   : audacity : Downloading https://github.com/audacity/audacity/releases/download/Audacity-3.2.0/audacity-macOS-3.2.0-x86_64.dmg to audacity-macOS-[0-9.]*-x86_64.dmg
2022-09-30 10:55:19 : REQ   : audacity : no more blocking processes, continue with update
2022-09-30 10:55:19 : REQ   : audacity : Installing Audacity
2022-09-30 10:55:19 : INFO  : audacity : Mounting /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.sVYaXxs3/audacity-macOS-[0-9.]*-x86_64.dmg
2022-09-30 10:55:23 : INFO  : audacity : Mounted: /Volumes/Audacity
2022-09-30 10:55:23 : INFO  : audacity : Verifying: /Volumes/Audacity/Audacity.app
2022-09-30 10:55:25 : INFO  : audacity : Team ID matching: AWEYX923UX (expected: AWEYX923UX )
2022-09-30 10:55:25 : INFO  : audacity : Downloaded version of Audacity is 3.2.0.0 on versionKey CFBundleShortVersionString, same as installed.
2022-09-30 10:55:25 : INFO  : audacity : Using force to install anyway.
2022-09-30 10:55:25 : INFO  : audacity : App has LSMinimumSystemVersion: 10.9
2022-09-30 10:55:25 : WARN  : audacity : Removing existing /Applications/Audacity.app
2022-09-30 10:55:25 : INFO  : audacity : Copy /Volumes/Audacity/Audacity.app to /Applications
2022-09-30 10:55:26 : WARN  : audacity : Changing owner to user
2022-09-30 10:55:26 : INFO  : audacity : Finishing...
2022-09-30 10:55:36 : INFO  : audacity : App(s) found: /Applications/Audacity.app
2022-09-30 10:55:36 : INFO  : audacity : found app at /Applications/Audacity.app, version 3.2.0.0, on versionKey CFBundleShortVersionString
2022-09-30 10:55:36 : REQ   : audacity : Installed Audacity, version 3.2.0.0
2022-09-30 10:55:36 : INFO  : audacity : notifying
2022-09-30 10:55:37 : INFO  : audacity : App not closed, so no reopen.
2022-09-30 10:55:37 : REQ   : audacity : All done!
2022-09-30 10:55:37 : REQ   : audacity : ################## End Installomator, exit code 0 

@Theile Theile added the application adds or improves an application label label Sep 30, 2022
@Theile Theile added this to the v10 milestone Sep 30, 2022
@Theile Theile merged commit 67ae307 into Installomator:main Sep 30, 2022
@Theile
Copy link
Collaborator

Theile commented Sep 30, 2022

Thank you!

@dnikles dnikles deleted the Update-audacity-label branch October 4, 2022 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application adds or improves an application label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants