You are not logged in.

#1 2012-02-27 20:07:09

LLStarks
Member
Registered: 2012-01-26
Posts: 22

Syncing AUR entries that use large git repos

Packer and Yaourt use /tmp.

Is there any way to update without recloning or manually setting up a folder for the PKGBUILD?

Offline

#2 2012-02-27 21:47:14

keenerd
Package Maintainer (PM)
Registered: 2007-02-22
Posts: 647
Website

Re: Syncing AUR entries that use large git repos

Packer uses whatever your $TMPDIR is.  So you can do

TMPDIR=/whatever/path packer -S foo-pkg

Alternatively, you should not be cloning the entire repo, just --depth=1

Offline

#3 2012-02-27 22:29:31

LLStarks
Member
Registered: 2012-01-26
Posts: 22

Re: Syncing AUR entries that use large git repos

Is there any way to git pull from yoaurt/packer/etc?

Offline

#4 2012-03-09 04:08:50

josephg
Member
From: Brazil
Registered: 2009-09-28
Posts: 106

Re: Syncing AUR entries that use large git repos

Yaourt uses makepkg. Try setting, in /etc/makepkg.conf, a path in PKGDEST and SRCDEST and then, in /etc/yaourtrc, set  "EXPORT=1" and "EXPORTDIR=" (yes, empty)

Offline

Board footer

Powered by FluxBB