I've been doing a terrible job of maintaining GNU Stow the last year, and there's quite a backlog of bugs, feature requests, support requests etc. So it's a good time to catch up on these.

Looking for hackers with the skills:

gnu stow packagemanagement maintainer perl

This project is part of:

Hack Week 18

Activity

  • over 6 years ago: aspiers added keyword "perl" to this project.
  • over 6 years ago: aspiers added keyword "gnu" to this project.
  • over 6 years ago: aspiers added keyword "stow" to this project.
  • over 6 years ago: aspiers added keyword "packagemanagement" to this project.
  • over 6 years ago: aspiers added keyword "maintainer" to this project.
  • over 6 years ago: aspiers started this project.
  • over 6 years ago: aspiers originated this project.

  • Comments

    • bmwiedemann
      over 6 years ago by bmwiedemann | Reply

      While GNU Stow is much simpler in scope, this seems to have some overlap with GNU Guix.

      • aspiers
        over 6 years ago by aspiers | Reply

        @bmwiedemann Only a tiny bit. Guix is a full blown package manager (which I have been following with interest for many years), whereas I have removed claims from the GNU Stow home page and README that Stow is a package manager, instead calling it a symlink farm manager which these days is a more accurate description bearing in mind that modern package managers are expected to do far more. Those advanced features are totally out of scope for Stow, and its use of symlinks offer a very different UX which is valuable in a different way to the others (e.g. you can manage and edit dotfiles directly within git and have the changes instantly in use).

      • aspiers

    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