-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
1,097 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
- [ ] Docs: common pitfall of subproc: "name" vs "id" in json or | ||
strings vs keywords in EDN | ||
- [ ] BOOT fix so that most of build is in it | ||
- [ ] 1.13 release: the http package system, allowing the query | ||
per-package of some process (for e.g. helm purposes) | ||
- [ ] 1.13 release: remove-packages | ||
- [ ] 1.13 release: --state-file <save-state-here> | ||
- [ ] 1.13 release: tree print out | ||
- [ ] 2.0.0 release: run test scripts on graal output as part of the build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ shift | |
|
||
if [ "${type}" = "rpm" ] | ||
then | ||
dep="java" | ||
dep="java-headless" | ||
else | ||
dep="java-runtime" | ||
dep="default-jre-headless" | ||
fi | ||
|
||
. target/manifest | ||
|
@@ -40,7 +40,7 @@ fpm \ | |
--name "${name}" \ | ||
--version "${basic_version}" \ | ||
--iteration "${iteration}.djh987" \ | ||
--license "Eclipse Public License" \ | ||
--license "Eclipse Public License v1.0" \ | ||
--architecture "all" \ | ||
--depends "${dep}" \ | ||
--maintainer "[email protected]" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.