Search Criteria
Package Details: repoctl 0.22.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/repoctl.git (read-only, click to copy) |
---|---|
Package Base: | repoctl |
Description: | An AUR helper that also simplifies managing local Pacman repositories |
Upstream URL: | https://github.com/cassava/repoctl |
Keywords: | aur pacman repository |
Licenses: | MIT |
Submitter: | cassava |
Maintainer: | cassava |
Last Packager: | cassava |
Votes: | 19 |
Popularity: | 0.21 |
First Submitted: | 2015-07-19 09:04 (UTC) |
Last Updated: | 2024-03-23 12:46 (UTC) |
Dependencies (3)
- pacman (pacman-gitAUR)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- xz (xz-gitAUR) (make)
Required by (1)
- linux-ck-autobuild (optional)
Latest Comments
1 2 Next › Last »
yochananmarqos commented on 2020-09-01 15:34 (UTC)
@cassava: What you have now is fine, really. The cleaning before and after is mainly to make sure
makepkg -C
works even if the build fails.duffydack commented on 2020-09-01 09:08 (UTC)
Confirm
-3
builds fine. Only way I could build -2 was in a chroot (I use aurutils, but makepkg failed also)cassava commented on 2020-09-01 08:54 (UTC) (edited on 2020-09-01 09:12 (UTC) by cassava)
Hey @johnramsden, thanks for the info. I've updated the PKGBUILD to leave out testing till I find out what the issue is. Could you tell me what the output of
file /var/lib/pacman/sync/custom.db
is?cassava commented on 2020-09-01 08:52 (UTC)
@yochananmarqos: The local GOPATH variable is set in the
build()
function, is that sufficient? Or does it need to be inprepare()
? With the settings as they are currently set, wouldn't everything be within the${srcdir}
and therefore ago clean
is not necessary?yochananmarqos commented on 2020-09-01 04:19 (UTC) (edited on 2020-09-01 04:22 (UTC) by yochananmarqos)
@cassava: Thanks. One thing you left out is using a local
GOPATH
and cleaning up afterward. If it's not set, it clutters the user's home directory. Sometimes~/go/
cannot be removed without usingsudo
. If there are leftover files,makepkg -C
fails because it can't remove them.johnramsden commented on 2020-09-01 04:13 (UTC)
I'm getting the following errors when I try to build:
cassava commented on 2020-08-31 19:53 (UTC)
Thanks for the heads-up yochananmarqos! I've implemented most of your suggestions after cross-referencing the Go package guidelines. Main deviation is that I use -mod=vendor to prevent the need for downloading all the dependencies a second time.
yochananmarqos commented on 2020-08-31 18:37 (UTC)
Using a local Go cache and updated build for new Go package guidelines:
cassava commented on 2020-01-03 21:46 (UTC)
Hey guys, the newest version of repoctl should resolve the problems with Zstd. Sorry about that! (Will investigate it further to prevent such things causing issues in the future, as soon as I find the time. But for now, it should work.)
Also, thanks for the advice yochanmarqos, I'll see if I can implement this soon.
yochananmarqos commented on 2020-01-01 23:53 (UTC) (edited on 2020-07-24 15:41 (UTC) by yochananmarqos)
No need for both
ln
andmv
when it can be done in one command:Please use the updated Go package guidelines.
Do not use the
!strip
option; in fact the binary needs to be stripped of the build path using the-trimpath
flags:1 2 Next › Last »