Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--devel doesn't appear to do anything #143

Open
a-m-s opened this issue Feb 16, 2016 · 1 comment
Open

--devel doesn't appear to do anything #143

a-m-s opened this issue Feb 16, 2016 · 1 comment

Comments

@a-m-s
Copy link

a-m-s commented Feb 16, 2016

I tried this:

packer -Suy --auronly --devel

Which the --help documentation suggests would update all my *-git packages, but nothing happens.

The only way I can find to update VCS packages, where the maintainer has not bumped the pkgver, is to list them individually, by name.

@gavinhungry
Copy link

This is because packer only looks for variables being defined in the PKGBUILD properties _gitroot, _svntrunk, etc. For Git packages at least, makepkg can understand git in a source property, so _gitroot is no longer required, and packer doesn't see it as a Git package anymore.

I've fixed this in my packer fork:
gavinhungry/packer@544f163

In addition to checking for _gitroot, all packages with names that end in -git (a convention only, but one that is followed well and possibly even enforced) are included with --devel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants