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

Release binary names are not correct #101

Closed
damienmg opened this issue Jul 24, 2017 · 1 comment
Closed

Release binary names are not correct #101

damienmg opened this issue Jul 24, 2017 · 1 comment
Assignees
Labels

Comments

@damienmg
Copy link
Contributor

Used to be:

bazel-0.5.3rc2-dist.zip [SHA-256] [SIG]
bazel-0.5.3rc2-installer-darwin-x86_64.sh [SHA-256] [SIG]
bazel-0.5.3rc2-installer-linux-x86_64.sh [SHA-256] [SIG]
bazel-0.5.3rc2-windows-x86_64.exe [SHA-256] [SIG]
bazel-0.5.3rc2-windows-x86_64.zip [SHA-256] [SIG]
bazel-0.5.3rc2-without-jdk-installer-darwin-x86_64.sh [SHA-256] [SIG]
bazel-0.5.3rc2-without-jdk-installer-linux-x86_64.sh [SHA-256] [SIG]
bazel-0.5.3rc2-without-jdk-windows-x86_64.exe [SHA-256] [SIG]
bazel-0.5.3rc2-without-jdk-windows-x86_64.zip [SHA-256] [SIG]
bazel.dsc [SHA-256] [SIG]
bazel.tar.gz [SHA-256] [SIG]
bazel_0.5.3rc2-linux-x86_64.deb [SHA-256] [SIG]

Now:

bazel-0.5.3rc3-darwin-x86_64-installer.sh [SHA-256] [SIG]
bazel-0.5.3rc3-darwin-x86_64-without-jdk-installer.sh [SHA-256] [SIG]
bazel-0.5.3rc3-dist.zip [SHA-256] [SIG]
bazel-0.5.3rc3-installer-linux-x86_64.sh [SHA-256] [SIG]
bazel-0.5.3rc3-windows-x86_64.exe [SHA-256] [SIG]
bazel-0.5.3rc3-without-jdk-installer-linux-x86_64.sh [SHA-256] [SIG]
bazel.dsc [SHA-256] [SIG]
bazel.tar.gz [SHA-256] [SIG]
bazel_0.5.3rc3-linux-x86_64.deb [SHA-256] [SIG]
@damienmg
Copy link
Contributor Author

So issues:

  1. bazel-0.5.3rc3-darwin-x86_64-installer.sh should be bazel-0.5.3rc2-installer-darwin-x86_64.sh
  2. bazel-0.5.3rc3-darwin-x86_64-without-jdk-installer.sh should be bazel-0.5.3rc2-without-jdk-installer-darwin-x86_64.sh
  3. Missing .zip artifacts on windows
  4. Missing Windows without JDK variant

bazel-io pushed a commit to bazelbuild/bazel that referenced this issue Jul 25, 2017
The new pipeline does not support ziping artifact which was
a custom hack for Windows, relies on Bazel to generate those
zip instead.

Step forward fixing bazelbuild/continuous-integration#101
To cherry-pick for #3375.

Change-Id: Id566d66bb179096d60c5b535f245d64cea28c5b8
PiperOrigin-RevId: 163054883
buchgr pushed a commit to bazelbuild/bazel that referenced this issue Jul 26, 2017
The new pipeline does not support ziping artifact which was
a custom hack for Windows, relies on Bazel to generate those
zip instead.

Step forward fixing bazelbuild/continuous-integration#101
To cherry-pick for #3375.

Change-Id: Id566d66bb179096d60c5b535f245d64cea28c5b8
PiperOrigin-RevId: 163054883
abergmeier-dsfishlabs pushed a commit to abergmeier-dsfishlabs/bazel that referenced this issue Aug 23, 2017
The new pipeline does not support ziping artifact which was
a custom hack for Windows, relies on Bazel to generate those
zip instead.

Step forward fixing bazelbuild/continuous-integration#101
To cherry-pick for bazelbuild#3375.

Change-Id: Id566d66bb179096d60c5b535f245d64cea28c5b8
PiperOrigin-RevId: 163054883
joeleba pushed a commit to joeleba/continuous-integration that referenced this issue Jun 17, 2019
Fixes bazelbuild#101

Change-Id: I0b0af821a617b4924ccfba17793387eed6fd2a7e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant