From ba66b5502008ab37f8de2ed2fa8a610ca5ecafb6 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 30 Sep 2021 20:27:09 +0000 Subject: Build and copy static binaries to /var/www Ideally these wouldn't require sh, cat, rm, mktemp. --- www/git.causal.agency/cgitrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'www/git.causal.agency/cgitrc') diff --git a/www/git.causal.agency/cgitrc b/www/git.causal.agency/cgitrc index 8ccd7c72..b85f6fbb 100644 --- a/www/git.causal.agency/cgitrc +++ b/www/git.causal.agency/cgitrc @@ -14,16 +14,17 @@ repository-sort=age branch-sort=age css=/custom.css -email-filter=/usr/local/libexec/cgit-email -about-filter=/usr/local/libexec/about-filter -source-filter=/usr/local/libexec/source-filter -owner-filter=/usr/local/libexec/owner-filter +about-filter=/bin/about-filter +source-filter=/bin/source-filter +owner-filter=/bin/owner-filter +email-filter=/bin/email-filter readme=:README.7 readme=:README remove-suffix=1 enable-git-config=1 -scan-path=/home/june/pub +scan-path=/git.causal.agency +cache-root=/cache/cgit cache-size=1024 -- cgit 1.4.1 ?id=a49de3f93e6ceb01d0324dfe3e6faed03db37a38'>tree commit diff
path: root/bin/catsh/exec.c (unfollow)
Commit message (Expand)Author
2019-06-05Add A Closed and Common OrbitJune McEnroe
2019-06-02Add RebornJune McEnroe
2019-05-30Add bit to bin.7June McEnroe
2019-05-30Simplify and build bitJune McEnroe
2019-05-29Add xx -p optionJune McEnroe
2019-05-27Add FrontierJune McEnroe
2019-05-27Break nicks with ZWNJJune McEnroe
2019-05-26Add DawnJune McEnroe
2019-05-20Declare vasprintf(3) for GNUJune McEnroe
2019-05-20Fix comparison warning in ttpreJune McEnroe
2019-05-20Add AuthorityJune McEnroe
2019-05-19Specify precedence of unary versions of operatorsJune McEnroe
2019-05-18Add compound assignment operators to orderJune McEnroe
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
2019-05-10Use val instead of suboptargJune McEnroe
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe