quicklisp-controller
quicklisp-controller copied to clipboard
The software to build Quicklisp dists.
without --tags git will not overwrite the local tags if someone has moved them in the remote with a push --force. this is a step towards making tagged-git work seamlessly...
OK, new tentative patch for https://github.com/quicklisp/quicklisp-controller/issues/7 that supersedes https://github.com/quicklisp/quicklisp-controller/pull/8 There was an infinite loop because I was calling normalize-dependency on dependencies before the system definition was properly initialized. That was...
When retrieving the files for a system using git, one should be able to specify should be able to For example, the system [clack-errors is installed with missing files](https://github.com/eudoxia0/clack-errors/issues/2). This...
This was originally filed against quicklisp-client, but was probably a bug in quicklisp-controller: https://github.com/quicklisp/quicklisp-client/issues/87
The controller fetches a lot of projects from a lot of different sources to compile a dist. There is some information about where the projects are generally fetched in https://github.com/quicklisp/quicklisp-projects/...
In d2a68450e7b6acd027412f2364c3be1ac1622a08 @orivej made it possible to map over the source objects in parallel. Unfortunately, the build process of `ensure-what-wins-you-can` assumes it can use fixed locations on the filesystem as...
When there is a potentially disruptive update to the bootstrap and client code, it should be possible to do the following: - Enumerate which older bootstrap & client files are...
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...
Hi, I'm trying to build a build system for Common Lisp and am working on a command to build the artifact (.tgz) locally. Can you give me some tips on...