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

added optional architecture tag #110

Closed
wants to merge 3 commits into from

Conversation

linuxsquad
Copy link

I've added optional architecture tag, just in case a new repo is targeted for specific architecture

deb [arch=amd64,i386] http://...

Oleg Brodkin added 3 commits February 21, 2013 19:01
adding architecture tag so you user can select: amd64 or i386, or both.
adding architecture tag so user can select from: amd64 or i386

deb [arch=amd64,i386] http://...
added amd64,i386
@levpaul
Copy link

levpaul commented Mar 15, 2013

I would like this to be pulled in, I need this exact functionality. Maybe you could be kinder with your logic though and only include the [arch=x,y,z] if they explicitly pass in an architecture argument. Is it safe to assume that by default all users will be running a multi-arch setup?

@linuxsquad
Copy link
Author

sorry for delay, did not have time to look into github

Puppet agent is installed on particular box and apt-get/aptitude will be pulling debian repos for specific architecture. Unless, puppet agent runs on a proxy server that used as local apt-cache to distribute repos.

@kbarber
Copy link

kbarber commented Jun 2, 2013

Hi, this patch needs to be rebased and its tests were failing. Please re-open once done. Thanks.

@kbarber kbarber closed this Jun 2, 2013
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

Successfully merging this pull request may close these issues.

3 participants