Skip to content

Script for generating file with information of libraries in Quicklisp #27

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

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

Conversation

mmontone
Copy link

In the company I work at, clients require provenance information about the software sources we utilize. We use Quicklisp for our projects and so we need to have provenance info of Quicklisp distributions when released. I've implemented a script for that, that extracts library name, source url, version id and last update time.

Would you accept integrating this into Quicklisp-controller workflow? Run a script similar to this when a new Quicklisp distribution is released and expose the CVS file with information at some url.

The file lists name of library, repository url, version id and timestamp of last update.

I attach example of generated file: quicklisp-release-info.txt

… dist

This script generates a CVS file with information of libraries in
Quicklisp dist released.

The file lists name of library, repository url, version id and
timestamp of last update.
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.

1 participant