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

Rebuild alfred on apply #95

Open
sargon opened this issue Feb 25, 2015 · 2 comments
Open

Rebuild alfred on apply #95

sargon opened this issue Feb 25, 2015 · 2 comments
Labels

Comments

@sargon
Copy link
Contributor

sargon commented Feb 25, 2015

Continuing #25.

We should have a merge hook in the alfred source clone, which is rebuilding the tool when some changes are incoming. There should also be an update-source tool, in the fashion of the other update-X scripts we already have.

Otherwise, is there a clean way to do this in debian directly, so maybe the package manager likes us more. And we have ongoing controll over init scripts'n stuff.

@rubo77
Copy link
Contributor

rubo77 commented May 13, 2017

At the moment alfred is not installed correctly when running puppet.

this fixes it:

cd /opt/alfred
make install  CONFIG_ALFRED_CAPABILITIES=n

maybe we should add a second block here:

https://github.com/ffnord/ffnord-puppet-gateway/blob/master/manifests/alfred.pp#L37

 exec { 'alfred':
    command => '/usr/bin/make install CONFIG_ALFRED_CAPABILITIES=n',
    cwd => '/opt/alfred/',
    ...

@rubo77 rubo77 added the bug label May 14, 2017
@Tarnatos
Copy link
Contributor

Tarnatos commented May 15, 2017

This bug was not reproducible on my last setups. An extra make install cmd is not necessary. It just didn't come up during puppet because of #205

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

No branches or pull requests

3 participants