Automate the process described here:

Adam has already started work on this.

Looking for hackers with the skills:

git development

This project is part of:

Hack Week 14 Hack Week 16

Activity

  • over 7 years ago: aspiers liked this project.
  • over 9 years ago: ZRen liked this project.
  • over 9 years ago: dwaas liked this project.
  • over 9 years ago: aspiers added keyword "git" to this project.
  • over 9 years ago: aspiers added keyword "development" to this project.
  • over 9 years ago: aspiers started this project.
  • over 9 years ago: aspiers originated this project.

  • Comments

    • aspiers
      over 7 years ago by aspiers | Reply

      I got this working quite a while ago, but it needs some polish, which I plan to apply in the hackweek 0x10 makeup from May 14th-18th 2018. This is very timely since I am due to present it at the London Git Meetup on Thursday May 17th :-)

    Similar Projects

    go-git: unlocking SHA256-based repository cloning ahead of git v3 by pgomes

    Description

    The go-git library implements the git internals in pure Go, so that any Go application can handle not only Git repositories, but also lower-level primitives (e.g. packfiles, idxfiles, etc) without needing to shell out to the git binary.

    The focus for this Hackweek is to fast track key improvements for the project ahead of the upstream release of Git V3, which may take place at some point next year.

    Goals

    Stretch goals

    Resources

    • https://github.com/go-git/go-git/
    • https://go-git.github.io/docs/


    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