repo.lisp


Log

Author Commit Date CI Message
Thomas de Grivel 8606f385 2022-12-14T00:20:43 repo-local-file
Thomas de Grivel 54b6dfa0 2022-12-12T04:57:44 log commands
Thomas de Grivel 3e1bf30d 2022-12-11T01:22:05 store index in repo
Thomas de Grivel 7ec780ed 2022-12-09T17:46:30 sort definitions
Thomas de Grivel c0946329 2022-12-09T17:32:32 *dir*
Thomas de Grivel 3b22bdeb 2022-12-04T13:28:43 clean
Thomas de Grivel 8e2a5ca4 2022-12-04T13:27:47 licence
Thomas de Grivel 03fba552 2022-12-04T13:27:18 -or-die -> !
Thomas de Grivel 57a0d674 2022-12-04T03:20:19 repo-index.lisp
Thomas de Grivel 466a76dc 2022-11-04T15:57:18 git.kmx.io
Thomas de Grivel 9f13fed7 2022-11-04T11:07:15 ws
Thomas de Grivel 83ab709c 2022-11-04T10:58:58 ws
Thomas de Grivel 50b3f793 2022-11-04T06:03:52 copyright
Thomas de Grivel 01c45bb3 2020-03-27T11:35:46 be more strict printing stuff
Thomas de Grivel 4cf5533d 2019-10-04T09:33:35 only load asd if found at install
Thomas de Grivel 79df2d1d 2018-06-10T19:41:49 license
Thomas de Grivel de7833eb 2018-06-10T09:59:01 type info for clozurecl
Thomas de Grivel 75f3105d 2018-06-10T09:58:48 repo-head and repo-head-default
Thomas de Grivel 8015574b 2018-06-05T11:46:03 fix redefinitions
Thomas de Grivel 27f40793 2018-06-05T11:45:38 support clisp
Thomas de Grivel 2aabf24f 2018-03-05T15:09:01 Look in subdirectories for repo-asd.
Thomas de Grivel c3f42c25 2018-01-24T22:19:34 Use HTTPS instead of HTTP for github.com .
Thomas de Grivel 52f9474d 2018-01-24T22:15:56 Use git pull instead of fetch and checkout.
Thomas de Grivel 85450272 2018-01-24T22:15:15 Export find-repo-by-package
Thomas de Grivel 8ad6c65d 2018-01-20T22:27:19 Remove empty string in git invocation.
Thomas de Grivel 62d036b5 2017-07-13T18:24:14 Ignore missing svn
Thomas de Grivel a0c00cad 2017-06-20T22:42:47 untabify
Thomas de Grivel 6205bd93 2017-04-25T02:10:23 Add support for Subversion VCS.
Thomas de Grivel 7e1827ae 2017-04-05T13:47:03 Accept symbols for repo specifier.
Thomas de Grivel b03f6c01 2017-02-27T14:20:57 Move *repos* definition up.
Thomas de Grivel 3efcb6cc 2017-02-27T13:53:41 Allow calling install on keywords.
Thomas de Grivel e8fb2542 2017-02-27T13:53:25 Set *repos* to *manifest* repos.
Thomas de Grivel f43e446a 2017-02-27T13:52:48 Change unknown repository message.
Thomas de Grivel 0b1995ab 2017-02-27T13:52:29 Repo definitions add to *repos* global.
Thomas de Grivel 5f0e464b 2017-02-27T13:51:43 Initialize packages to repo name unless specified.
Thomas de Grivel dbce0f8c 2017-02-27T13:51:12 Only print repo packages if bound.
Thomas de Grivel 11691d9c 2017-02-12T11:23:52 Change manifest file syntax to Common Lisp.
Thomas de Grivel 37c7f21b 2017-02-08T00:23:26 Rename git commands to $git.
Thomas de Grivel 2c512365 2017-02-08T00:20:04 Create package REPO-USER.
Thomas de Grivel 391fc2e3 2017-01-26T14:06:01 asdf::load-asd
Thomas de Grivel f29da125 2017-01-26T13:31:27 Fix repo install.
Thomas de Grivel d10387e3 2017-01-16T10:42:14 Install behaves like update when local directory is present.
Thomas de Grivel 314b15a4 2017-01-16T10:41:53 Install and update return NIL on success.
Thomas de Grivel 5ac9a003 2017-01-16T10:41:21 Move RUN-PROGRAM out of SH
Thomas de Grivel 7e653cf2 2017-01-16T10:40:13 Export MANIFEST
Thomas de Grivel d8e741ab 2017-01-13T18:23:53 Add support for manifest file.
Thomas de Grivel 2f713a30 2017-01-13T13:58:25 update description
Thomas de Grivel e0b65fa1 2017-01-13T09:08:22 Fix defparameter and whitespace.
Thomas de Grivel fed3f945 2017-01-13T08:40:09 Renamed repo-install to repo:install
Thomas de Grivel 28986dfc 2017-01-12T14:15:56 Basic commands for git and github repositories.