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

Specify architecture in configuration #11

Open
AlexTalker opened this issue Jun 21, 2016 · 1 comment
Open

Specify architecture in configuration #11

AlexTalker opened this issue Jun 21, 2016 · 1 comment

Comments

@AlexTalker
Copy link

Some distributions(like Arch Linux) have special variables for source files in recipes, so better solution could be specify target architecture for build call in this and similar services. Currently arch property is undef so build can't properly decide which sources you really need(which could be, for example, binary and have the same result name'). Please, fix it.

@AlexTalker
Copy link
Author

As definition of Build::show says:

sub show {
  my ($conffile, $fn, $field, $arch) = @ARGV;
  my $cf = read_config($arch, $conffile);

You just can specify architecture as last argument.
I could do PR by myself but I need your help for properly integration with OBS service usage.

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

1 participant