Skip to content

Commit

Permalink
Fixed failing build script, added no transfer progress, and public fo…
Browse files Browse the repository at this point in the history
…lder
  • Loading branch information
jgwoolley committed Jan 7, 2025
1 parent 7435c06 commit 81283d3
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Usage: nf2t package -i=<arg1> -o=<arg2> [-v=<arg0>]

== TODO

* link:https://docs.asciidoctor.org/asciidoc/latest/docinfo/#head[]
* Add GitHub Specific sauce
* Remove progress bars from maven.
* See link:https://github.com/remkop/picocli/tree/main/picocli-codegen#generate-documentation[]
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ prefix_path="${artifact_path}/${prefix_name}"

# Run Maven

mvn clean install
mvn clean install --no-transfer-progress

# Create Maven Central ZIP Folder Structure

Expand Down Expand Up @@ -57,7 +57,7 @@ for file in "$artifact_path"/*; do
sha512sum $file | cut -d ' ' -f 1 > "$file.sha512"

if gpg --yes --local-user $GPG_USER -ab $file; then

echo "Success"
fi
done

Expand Down
Binary file added public/180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/man/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<html><head><meta http-equiv="refresh" content="0; url=nf2t.html" /></head><body><p><a href="nf2t.html">Redirect</a></p></body></html>
2 changes: 2 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Allow: /

0 comments on commit 81283d3

Please sign in to comment.