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

package: support openSUSE Build Service #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Apr 3, 2023

Added new rake task

  1. rake apt:obsbuild:source It creates source packages
  2. rake apt:obsbuild:package Commit source packages, wait OBS build them.

NOTE:
apache-arrow's package-task should support source build.

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you extract this feature as a separated file like https://github.com/groonga/groonga/blob/master/packages/launchpad-helper.rb to reuse from other projects such as fluent-package-builder?

package/Rakefile Outdated Show resolved Hide resolved
package/Rakefile Outdated Show resolved Hide resolved
package/Rakefile Outdated Show resolved Hide resolved
package/Rakefile Outdated Show resolved Hide resolved
package/Rakefile Outdated Show resolved Hide resolved
package/Rakefile Outdated Show resolved Hide resolved
package/Rakefile Outdated Show resolved Hide resolved
package/Rakefile Outdated Show resolved Hide resolved
@kenhys
Copy link
Contributor Author

kenhys commented Apr 3, 2023

Could you extract this feature as a separated file like https://github.com/groonga/groonga/blob/master/packages/launchpad-helper.rb to reuse from other projects such as fluent-package-builder?

It seems reasonable to do so.
Thanks

@kenhys
Copy link
Contributor Author

kenhys commented Apr 5, 2023

Most of code is extracted as helper, so I've created PR for it.
groonga/groonga#1553

In this PR, just enable helper.

@kenhys kenhys marked this pull request as ready for review April 5, 2023 02:59
@kou
Copy link
Member

kou commented Apr 5, 2023

We can put the helper to this repository for now.
Because Groonga doesn't have a plan to migrate to openSUSE Build Service from packages.groonga.org.

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you fix CI failures?

package/opensuse-build-service-helper.rb Outdated Show resolved Hide resolved
package/opensuse-build-service-helper.rb Outdated Show resolved Hide resolved
package/opensuse-build-service-helper.rb Outdated Show resolved Hide resolved
package/opensuse-build-service-helper.rb Outdated Show resolved Hide resolved
package/opensuse-build-service-helper.rb Outdated Show resolved Hide resolved
package/opensuse-build-service-helper.rb Outdated Show resolved Hide resolved
package/opensuse-build-service-helper.rb Outdated Show resolved Hide resolved
package/opensuse-build-service-helper.rb Outdated Show resolved Hide resolved
package/opensuse-build-service-helper.rb Outdated Show resolved Hide resolved
package/opensuse-build-service-helper.rb Outdated Show resolved Hide resolved
@kenhys kenhys force-pushed the support-obs branch 3 times, most recently from f478034 to 2d3203e Compare April 7, 2023 05:38
@kenhys
Copy link
Contributor Author

kenhys commented Apr 7, 2023

Still centos-7 and jammy are broken.

@kenhys
Copy link
Contributor Author

kenhys commented Apr 7, 2023

specific test case may be freaky. derivative of test_scenario, test_check_controller_port and so on.

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.

None yet

2 participants