You need to sign in or sign up before continuing.

Project Description

The goals:

1) When GitHub pull request is created or modified the OBS project will be forked and the build results reported back to GitHub. 2) When new version of the GitHub project will be published the OBS will redownload the source and rebuild the project.

Goal for this Hackweek

Do as much as possible, blog about it and maybe use it another existing project.

Resources

Looking for hackers with the skills:

obs git

This project is part of:

Hack Week 22 Hack Week 24

Activity

  • 11 months ago: Nanasi121 joined this project.
  • 12 months ago: t.huynh liked this project.
  • about 1 year ago: balanza liked this project.
  • about 1 year ago: stripathy joined this project.
  • about 1 year ago: dgedon liked this project.
  • about 1 year ago: pwerneck liked this project.
  • over 1 year ago: Murielabshir joined this project.
  • almost 3 years ago: smithfarm liked this project.
  • almost 3 years ago: pdostal added keyword "obs" to this project.
  • almost 3 years ago: pdostal added keyword "git" to this project.
  • almost 3 years ago: okurz liked this project.
  • almost 3 years ago: pdostal started this project.
  • almost 3 years ago: pdostal originated this project.

  • Comments

    • socon
      about 1 year ago by socon | Reply

      Please consider documenting it properly, I've tried to use the existing integration and I have to look and search for answers in blog posts each step of the way, it is really painful. I know OBS is not a developer tool outside of the package maintainers, but it is the best one we have

      • hennevogel
        about 1 year ago by hennevogel | Reply

        it's already documented in detail in the OBS user guide

    Similar Projects

    Create a page with all devel:languages:perl packages and their versions by tinita

    Description

    Perl projects now live in git: https://src.opensuse.org/perl

    It would be useful to have an easy way to check which version of which perl module is in devel:languages:perl. Also we have meta overrides and patches for various modules, and it would be good to have them at a central place, so it is easier to lookup, and we can share with other vendors.

    I did some initial data dump here a while ago: https://github.com/perlpunk/cpan-meta

    But I never had the time to automate this.

    I can also use the data to check if there are necessary updates (currently it uses data from download.opensuse.org, so there is some delay and it depends on building).

    Goals

    • Have a script that updates a central repository (e.g. https://src.opensuse.org/perl/_metadata) with metadata by looking at https://src.opensuse.org/perl/_ObsPrj (check if there are any changes from the last run)
    • Create a HTML page with the list of packages (use Javascript and some table library to make it easily searchable)

    Resources