Branch | Commit message | Author | Age |
keyring | Add key for arunisaac. | Arun Isaac | 19 months |
main | .guix: Use current-source-directory in git-predicate. | Arun Isaac | 19 months |
|
Tag | Download | Author | Age |
v0.1.0 | tissue-0.1.0.tar.gz tissue-0.1.0.tar.lz tissue-0.1.0.zip | Arun Isaac | 24 months |
|
Age | Commit message | Author |
2023-07-06 | .guix: Use current-source-directory in git-predicate.•••With "..", the git-predicate fails and filters nothing.
* .guix/tissue-package.scm (tissue)[source]: Use
current-source-directory in git-predicate.
HEADmain | Arun Isaac |
2023-07-06 | Fix package build in channel and CI job.•••* .guix/tissue-package.scm (tissue)[source]: Use ".." instead of
dirname and current-source-directory. Add constant function as
fallback for git predicate.
| Arun Isaac |
2023-07-06 | Make repository a guix channel.•••* .guix-authorizations, .guix-channel: New files.
* guix.scm: Convert to a symlink pointing to
.guix/tissue-package.scm. Move original there.
* .guix/tissue-package.scm: Convert into a module with public
packages.
| Arun Isaac |
2023-06-06 | bin: Preserve 0th command line argument when using search alias.•••There is literally no reason to do this as it's never used but it is
technically more correct.
* bin/tissue (main): Preserve 0th command line argument when using
search alias.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Morgan Smith |
2023-06-06 | bin: Allow main file to be loaded without executing main.•••Call main from the shebang command instead of calling it
directly. This allows us to run "guile -l bin/tissue" without actually
running main. This seems to be important for Emacs Geiser as it
freezes up without this fix.
* bin/tissue: Call main from shebang. Do not call main directly.
(main): Accept args as regular argument instead of as a rest argument.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Morgan Smith |
2023-06-06 | Makefile: Make and install info documentation.•••* Makefile (SKRIBILO, infodir, documentation, info): New variables.
(distribute_files): Add $(documentation) and doc/skribilo.scm.
(all): Depend on $(info).
(%.info): New target.
(install): Install $(info).
(clean): Clean $(info).
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Morgan Smith |
2023-05-30 | website: Thank GeneNetwork team.•••* website/index.skb (Contributors): Add Frederick Muriuki Muriithi,
jgart, Munyoki Kilyungi and Pjotr Prins.
| Arun Isaac |
2023-05-30 | tissue.scm: Add current directory to load path.•••Prior to this commit, tissue would be unable to find (doc skribilo)
during indexing and crash.
* tissue.scm: Add current directory to load path.
Bug reported by: Morgan Smith <Morgan.J.Smith@outlook.com>
| Arun Isaac |
2023-05-30 | bin: Actually load config file instead of reading and evaluating it.•••Reading and evaluating the config file was a hack put in when the
config file was read directly from the git repository without checking
it out. We need this no longer. Besides, it is an inconvenience
because the config file cannot use current-filename.
* bin/tissue (load-config): Actually load config file instead of
reading and evaluating the read string.
| Arun Isaac |
2023-05-30 | website: Thank Morgan Smith.•••* website/index.skb (Contributors): Thank Morgan Smith.
| Arun Isaac |
[...] |