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

Added -PskipDmgSign param for dmg task, readme.md updated/refreshed #1224

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

pskowronek
Copy link
Member

  • Added -PskipDmgSign param for dmg task (for dev purposes) + readme.md updated for it
  • readme.md:
    • removed trailing spaces
    • removed Zanata (since it doesn't work no more), replaced with Translation wiki page (which should be updated to remove Zanata from there also)

@pskowronek pskowronek requested a review from ahadas as a code owner July 1, 2024 22:17
Copy link
Member

@ahadas ahadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good overall

```
./gradlew dmg
./gradlew clean dmg -PskipDmgSign
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but the clean task is not required for this, why adding it here and below?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have impression that changes may not be properly included in DMG (if bundles were built before the change). And, additionally, jpackage complains that .app already exists:

build/muCommander.app already exists
        at jdk.jpackage/jdk.jpackage.internal.AppImageBundler.createRoot(AppImageBundler.java:155)
        at jdk.jpackage/jdk.jpackage.internal.AppImageBundler.createAppBundle(AppImageBundler.java:174)
        at jdk.jpackage/jdk.jpackage.internal.AppImageBundler.execute(AppImageBundler.java:91)
        at jdk.jpackage/jdk.jpackage.internal.Arguments.generateBundle(Arguments.java:700)
        at jdk.jpackage/jdk.jpackage.internal.Arguments.processArguments(Arguments.java:565)
        at jdk.jpackage/jdk.jpackage.main.Main.execute(Main.java:92)
        at jdk.jpackage/jdk.jpackage.main.Main.main(Main.java:53)

But the real reason was to be sure that recent changes are there.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okok

Co-authored-by: Arik Hadas <arik.hadas1@gmail.com>
```
./gradlew dmg
./gradlew clean dmg -PskipDmgSign
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okok

@ahadas ahadas merged commit bef7888 into mucommander:master Jul 2, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants