Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdebsk committed Sep 2, 2024
1 parent fba6b1d commit 93a50a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
/eclipse/
/maven/
/upstream/
/archive/
/rpm/
4 changes: 2 additions & 2 deletions generate-rpm-spec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ rm -rf archive/
./downstream.sh archive

(
sed -n '/^Source:.*tar.zst$/q;p' javapackages-bootstrap.spec
sed -n '/^Source:[^:]*tar.zst$/q;p' javapackages-bootstrap.spec
./downstream.sh source-list
sed -n '/^Source:.*tar.zst$/{:x;n;/^Source:.*tar.zst$/bx;:y;p;n;by;}' javapackages-bootstrap.spec
sed -n '/^Source:[^:]*tar.zst$/{:x;n;/^Source:[^:]*tar.zst$/bx;:y;p;n;by;}' javapackages-bootstrap.spec
) >$out/javapackages-bootstrap.spec

./mbi.sh licensing >$out/javapackages-bootstrap-PACKAGE-LICENSING
Expand Down
2 changes: 1 addition & 1 deletion javapackages-bootstrap.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ License: [...]
URL: https://github.com/fedora-java/javapackages-bootstrap
ExclusiveArch: %{java_arches}

Source: https://github.com/fedora-java/javapackages-bootstrap/releases/download/%{version}/javapackages-bootstrap-%{version}.tar.zst#
Source: https://github.com/fedora-java/javapackages-bootstrap/releases/download/%{version}/javapackages-bootstrap-%{version}.tar.zst

# License breakdown
Source: javapackages-bootstrap-PACKAGE-LICENSING
Expand Down

0 comments on commit 93a50a2

Please sign in to comment.