Giter VIP home page Giter VIP logo

Comments (15)

fosskers avatar fosskers commented on May 18, 2024

You silly goose, I was just going to open this issue myself. Thanks for the detail, though!

from aura.

fosskers avatar fosskers commented on May 18, 2024

The real truth is that --ignore is still only a pacman flag. I have to convert it to a dualFlag and then some of those examples should be fixed.

I am actually worried about ignoring a dep of a dep... Those checks occur for AUR packages, but NOT for pacman packages. I'll just implement --ignore as stated above then see what happens from there.

from aura.

rmarquis avatar rmarquis commented on May 18, 2024

That's my bug, so here is my GH issue ;p
I updated some user case because of a typo I made.

from aura.

fosskers avatar fosskers commented on May 18, 2024

I can get --ignore into this Sunday's release. We'll see how far that fixes things. I'd like to have all this taken care of for 1.1, so I'll add this issue to the milestone.

from aura.

rmarquis avatar rmarquis commented on May 18, 2024

I guess pacman will catch the ignored binary dep of a binary dep itself anyway.
Take your time, I'm not using aura anyway, I'm just curious about its development :)

from aura.

fosskers avatar fosskers commented on May 18, 2024

For which I am ever grateful :) Internet high-five.

from aura.

flying-sheep avatar flying-sheep commented on May 18, 2024

just a friendly reminder that i still can’t mainly use aura because the ignore flag doesn’t work.

aura -Ayu --ignore vessel still tries to update vessel

from aura.

fosskers avatar fosskers commented on May 18, 2024

Yeah... I really need to fix this. It's the next thing on the list though! Thanks for bring this up again.

from aura.

fosskers avatar fosskers commented on May 18, 2024

The addition of --aurignore in aura 1.1 fixes at least the AUR side of things. Pacman's --ignore still doesn't work probably, but I should be able to extend --aurignore to encompass normal repo packages too.

@flying-sheep and @spyhawk Please confirm.

from aura.

flying-sheep avatar flying-sheep commented on May 18, 2024

works, thank you!

Ξ ~ → aura -Au
aura >>= Fetching package information...
aura >>= Comparing package versions...
aura >>= AUR Packages to upgrade:
kdeplasma-applets-menubar : 0.1.18-1 => 0.2.0-1
spyder : 2.1.13-1 => 2.1.13-2
vessel : 20121218-1 => 20121219-2

aura >>= Determining dependencies...
aura >>= Dependency checking failed for these reasons:
The dependency `kdelibs` demands version `>=4.9.80`but the most recent version is `4.9.5-1`.

↑1 ~ → aura -Au --aurignore=kdeplasma-applets-menubar,vessel
aura >>= Fetching package information...
aura >>= Comparing package versions...
aura >>= AUR Packages to upgrade:
spyder : 2.1.13-1 => 2.1.13-2

aura >>= Determining dependencies...
aura >>= Main AUR packages:
spyder

aura >>= Continue? [Y/n] 

from aura.

fosskers avatar fosskers commented on May 18, 2024

Awesome! Thanks for getting back to me.

from aura.

flying-sheep avatar flying-sheep commented on May 18, 2024

sure ;)

unrelated issue:

"(color.conf)" (line 47, column 1):
unexpected end of input
expecting space, "#" or valid colour variable name

/etc/pacman.d/color.conf consists of comments and empty lines.

from aura.

fosskers avatar fosskers commented on May 18, 2024

I've had this happen. You have to make sure there is only a single newline at the end of the file. Extra lines explodes things. Otherwise, the parser ignores comments and other blank lines appropriately.

from aura.

rmarquis avatar rmarquis commented on May 18, 2024

Is there any reason to use the --aurignore flag? Why not using a simple --ignore flag, and let aura check if the passed packages are from the AUR or from the repo?

from aura.

fosskers avatar fosskers commented on May 18, 2024

This will happen eventually, and I'll just alias --auraignore to --ignore. For now, I could only get it to work for aur packages, and I didn't want to hijack pacman's --ignore without having it's functionality available too. For now it's still broken.

from aura.

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.