Opened 14 months ago
Closed 14 months ago
#23335 closed defect (fixed)
MacOS.zip does not build
Reported by: | stoecker | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Installer MacOS | Version: | |
Keywords: | Cc: | Don-vip, taylor.smock |
Description
Since r18896 MacOs doesn't build zip file anymore.
https://github.com/JOSM/josm/releases/tag/18895 ...
https://github.com/JOSM/josm/releases/tag/18896
Attachments (0)
Change History (8)
comment:2 by , 14 months ago
Probably I added wrong password (can't check, GitHub secrets are write only). Replaced them again and triggered rebuild.
comment:4 by , 14 months ago
Hmm. Password seems correct now (last letter was missing :-), but it seems there are secret secret variables (i.e. I didn't get displayed that they exist), so I didn't update them.
follow-up: 7 comment:5 by , 14 months ago
Assuming we didn't change the keystore password (I think this would be SIGN_STOREPASS
), it should be changeit
, IIRC.
comment:7 by , 14 months ago
Replying to taylor.smock:
Assuming we didn't change the keystore password (I think this would be
SIGN_STOREPASS
), it should bechangeit
, IIRC.
Assumption wrong ;-) When I make new keys I also use new passwords...
And these are done with this command
alias mkpasswd='perl -e "\$_=qx(dd if=/dev/urandom count=1 2>/dev/null);s/[^A-Za-z0-9]//g;\$n=\$ARGV[0]||15;/(.{\$n})/;print qq(Your new password: \$1\n)"'
which outputs a proper 15 letter alphanumeric password.
Note: That command is meant to be short. It wastes a lot of randomness. That's ok as long as it's used seldom!
comment:8 by , 14 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It looks like it is due to
signjar
failing.Looking at the job outputs (see https://github.com/JOSM/josm/actions/runs/7091380242/job/19331552037 )
EDIT: Relevant code from build.xml:
We probably need to update env variables on GitHub.