Giter VIP home page Giter VIP logo

Comments (12)

actionless avatar actionless commented on May 28, 2024 2

better KeepBuildDirBetweenBuilds or just KeepBuildDir

from pikaur.

actionless avatar actionless commented on May 28, 2024 1

so far i am thinking about implementing it as option RemoveBuildDir in upcoming config file

from pikaur.

AladW avatar AladW commented on May 28, 2024

One option would be the AURDEST environment variable (which is used by at least two other projects, being pacaur and aurutils)

from pikaur.

parkerlreed avatar parkerlreed commented on May 28, 2024

I thought the point of .cache was for keeping files you may need later at runtime (hence sources). A lot faster to keep the source tree and git pull the changes (isn't that required for the --needed parameter anyways? (Was in pacaur at least))

from pikaur.

actionless avatar actionless commented on May 28, 2024

if you also want command line argument for that feel free to propose the name, it should go to the next release

from pikaur.

actionless avatar actionless commented on May 28, 2024

what about -k, --keepbuild?

from pikaur.

alegru avatar alegru commented on May 28, 2024

It would be nice to have the sources of packages in aur_repos/ or have a option AURDEST / SRCDEST as in pacaur
For now, setting KeepBuildDir leads to having:
PKGBUILD, .SRCINFO in aur_repos/
PKGBUILD, .SRCINFO and sources in build/ (and build stuff depending on BUILDDIR)

from pikaur.

actionless avatar actionless commented on May 28, 2024

i purposely splitted build dir from aur clone dir to make it easier to clean-up

from pikaur.

AladW avatar AladW commented on May 28, 2024

Why not just set BUILDDEST BUILDDIR (from makepkg) if you want to separate the build directory?

from pikaur.

actionless avatar actionless commented on May 28, 2024

if it's set -- it will be used

UPD: my bad, it's implemented as i said above only for PKGDEST, can do for BUILDDEST as well with the same logic

UPD2: isn't it BUILDIR, not BUILDDEST?

from pikaur.

AladW avatar AladW commented on May 28, 2024

UPD2: isn't it BUILDIR, not BUILDDEST?

Yep. https://www.archlinux.org/pacman/makepkg.conf.5.html#_options

from pikaur.

actionless avatar actionless commented on May 28, 2024

i've checked -- if it's set that dir will be used, so keepbuild option will make no effect in that case

from pikaur.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.