Skip to content

Commit

Permalink
Revert "[JENKINS-38134] Check sha256sum tool availability."
Browse files Browse the repository at this point in the history
This reverts commit 4563dc4.

The publish rule doesn't work with my make, and AFAIK this is simply invalid syntax.
I don't think make has a provision for running a command prior to attaining other rules.

| + make WAR=... JENKINS_URL=... BRAND=... BUILDENV=... CREDENTIAL=... publish
| bash ./toolAvailability.sh
| war.publish msi.publish osx.publish deb.publish rpm.publish suse.publish
| make: war.publish: Command not found
| make: *** [publish] Error 127
  • Loading branch information
kohsuke committed Oct 31, 2016
1 parent 008343f commit 6bb93ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -24,9 +24,7 @@ setup:

package: war msi osx deb rpm suse

publish:
bash ./toolAvailability.sh
war.publish msi.publish osx.publish deb.publish rpm.publish suse.publish
publish: war.publish msi.publish osx.publish deb.publish rpm.publish suse.publish

test: deb.test rpm.test suse.test

Expand Down
3 changes: 0 additions & 3 deletions toolAvailability.sh

This file was deleted.

0 comments on commit 6bb93ed

Please sign in to comment.