Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11052438
D9008.id21681.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D9008.id21681.diff
View Options
diff --git a/files/bfg.sh b/files/bfg.sh
--- a/files/bfg.sh
+++ b/files/bfg.sh
@@ -1,3 +1,7 @@
#!/bin/sh
-java -jar /usr/share/bfg/bfg.jar $@
\ No newline at end of file
+if [ -z "$JAVA_HOME" ]; then
+ export JAVA_HOME=/usr/lib64/openjdk-8
+fi
+
+exec $JAVA_HOME/bin/java -jar /usr/share/bfg/bfg.jar $@
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : bfg-repo-cleaner
version : 1.13.0
-release : 2
+release : 3
source :
- https://github.com/rtyley/bfg-repo-cleaner/archive/v1.13.0.tar.gz : 367885e9f8170904511c9864dbb6fa3b84736e6a3f8337b71ba20f87d00be74e
license : GPL-3.0
@@ -15,6 +15,7 @@
- openjdk-8
networking : yes
build : |
+ export JAVA_HOME=/usr/lib64/openjdk-8
sbt -Dsbt.global.base=./.sbt/ -Dsbt.ivy.home=./.ivy2/ -Divy.home=./.ivy2/ bfg/assembly
install : |-
install -Dm 00755 $pkgfiles/bfg.sh $installdir/usr/bin/bfg
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
<Source>
<Name>bfg-repo-cleaner</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Packager>
<License>GPL-3.0</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">Removes large or troublesome blobs like git-filter-branch does, but faster</Summary>
<Description xml:lang="en">Removes large or troublesome blobs like git-filter-branch does, but faster
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>bfg-repo-cleaner</Name>
@@ -24,12 +24,12 @@
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2018-08-21</Date>
+ <Update release="3">
+ <Date>2020-06-06</Date>
<Version>1.13.0</Version>
<Comment>Packaging update</Comment>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Campbell Jones</Name>
+ <Email>dev@serebit.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 9:24 PM (2 h, 51 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810993
Default Alt Text
D9008.id21681.diff (2 KB)
Attached To
Mode
D9008: Make bfg-repo-cleaner compatible with new SBT
Attached
Detach File
Event Timeline
Log In to Comment