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

Subdirectories in rpm repository #376

Closed
olenagerasimova opened this issue Nov 20, 2020 · 8 comments · Fixed by #378 or #379
Closed

Subdirectories in rpm repository #376

olenagerasimova opened this issue Nov 20, 2020 · 8 comments · Fixed by #378 or #379
Assignees

Comments

@olenagerasimova
Copy link
Member

Rpms in the rpm repository can be organized in subdirectories, tag location in the primary.xml should specify rpm file location relatively to the rpm repository, for example for file structure:

../
repodata/
subdir/
    rpm_in_subdir.rpm
rpm_not_in_subdir.rpm

primary.xml should contain location tags

<package type="rpm">
  <name>rpm_in_subdir</name>
  ...
  <location href="subdir/rpm_in_subdir.rpm"/>
  ...
</package>
<package type="rpm">
  <name>rpm_not_in_subdir</name>
  ...
  <location href="rpm_not_in_subdir.rpm"/>
  ...
</package>
@olenagerasimova
Copy link
Member Author

@rultor release, tag=1.3.1

@rultor
Copy link

rultor commented Nov 23, 2020

@rultor release, tag=1.3.1

@olenagerasimova OK, I will release it now. Please check the progress here

@rultor
Copy link

rultor commented Nov 23, 2020

@rultor release, tag=1.3.1

@olenagerasimova Done! FYI, the full log is here (took me 9min)

@olenagerasimova
Copy link
Member Author

@rultor release, tag=1.3.2

@rultor
Copy link

rultor commented Nov 23, 2020

@rultor release, tag=1.3.2

@olenagerasimova OK, I will release it now. Please check the progress here

@rultor
Copy link

rultor commented Nov 23, 2020

@rultor release, tag=1.3.2

@olenagerasimova Done! FYI, the full log is here (took me 14min)

@0pdd
Copy link

0pdd commented May 7, 2021

@olenagerasimova the puzzle #391 is still not solved.

@0pdd
Copy link

0pdd commented Nov 15, 2021

@olenagerasimova the only puzzle #391 is solved here.

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