Skip to content

Commit 93a50a2

Browse files
committed
Update .gitignore
1 parent fba6b1d commit 93a50a2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
/eclipse/
55
/maven/
66
/upstream/
7+
/archive/
8+
/rpm/

generate-rpm-spec.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ rm -rf archive/
1818
./downstream.sh archive
1919

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

2626
./mbi.sh licensing >$out/javapackages-bootstrap-PACKAGE-LICENSING

javapackages-bootstrap.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ License: [...]
2828
URL: https://github.com/fedora-java/javapackages-bootstrap
2929
ExclusiveArch: %{java_arches}
3030

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

3333
# License breakdown
3434
Source: javapackages-bootstrap-PACKAGE-LICENSING

0 commit comments

Comments
 (0)