Package Details: bfg 1.14.0-1

Git Clone URL: https://aur.archlinux.org/bfg.git (read-only, click to copy)
Package Base: bfg
Description: Removes large or troublesome blobs like git-filter-branch does, but faster.
Upstream URL: http://rtyley.github.io/bfg-repo-cleaner/
Keywords: git history
Licenses: GPL3
Submitter: chetgray
Maintainer: alexanderp
Last Packager: alexanderp
Votes: 76
Popularity: 0.97
First Submitted: 2014-03-12 05:23 (UTC)
Last Updated: 2021-02-27 23:32 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

alexanderp commented on 2023-09-03 12:35 (UTC)

Try archlinux-java status and archlinux-java fix

mwoodpatrick commented on 2023-09-03 11:14 (UTC)

I need to obliterate a few files in a github repo and am trying to use bfg I installed the bfg package from the AUR using yay:

yay -Sy bfg-git

The package installed correctly but when I ran bfg I got:

/usr/sbin/bfg: line 2: /usr/lib/jvm/java-1.8.0-openjdk-amd64/bin/java: No such file or directory

Does anyone know what I'm doing wrong or how to fix?

DarioP commented on 2020-03-07 23:38 (UTC)

@Rulatir Search on the AUR for sbt-git. It downloads the sources from github and patches them removing the controversial output before building the package. No need to rely on maybe forgotten forks. The main drawback is the pretty heavy "sbt" make dependency.

alexanderp commented on 2019-10-21 13:38 (UTC)

Hi. This package tracks bfg upstream, so no. But, you are free to create your own derivative PKGBUILD.

Rulatir commented on 2019-10-20 19:46 (UTC)

Can we switch to one of the many forks that remove politics?

alexanderp commented on 2018-12-09 16:40 (UTC)

done

z3ntu commented on 2018-12-09 16:28 (UTC)

The dependency java-environment should be changed to java-runtime

alexanderp commented on 2018-05-23 18:56 (UTC)

I've removed the hard dependency on jdk 8. It should work now with your setup.

diraria commented on 2018-05-23 14:37 (UTC)

I have jdk installed (https://aur.archlinux.org/packages/jdk/). Could you say, please, why when I install bfg from aur, yaourt tries to install jdk8-openjdk-8.u172-2?

sebstar commented on 2017-02-17 11:36 (UTC)

bumb 1.12.15, added http*s*: diff --git a/PKGBUILD b/PKGBUILD index 2a97adb..c766822 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,17 @@ # Maintainer: Brian Bidulock <bidulock@openss7.org> # Contributor: Chet Gray <chetgray@gmail.com> pkgname=bfg -pkgver=1.12.12 +pkgver=1.12.15 pkgrel=1 pkgdesc='Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala.' arch=('any') url='http://rtyley.github.io/bfg-repo-cleaner/' license=('GPL3') depends=('java-environment' 'bash') -source=("http://repo1.maven.org/maven2/com/madgag/${pkgname}/${pkgver}/${pkgname}-${pkgver}.jar" +source=("https://repo1.maven.org/maven2/com/madgag/${pkgname}/${pkgver}/${pkgname}-${pkgver}.jar" "${pkgname}.sh") noextract=("${pkgname}-${pkgver}.jar") -sha256sums=('03291c9cd9cdc664104f49b22b76bd39edc73052936cbfd72fc8d8595971fd9a' +sha256sums=('330af214a0fed320c591afc1046b0f31e8a438f290da09672973aeaa6411b09d' 'a41ad8ff48364c1118e69f5c1c6c5c070d56ad1d2f9cd09bca3c095385a6b530')