diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-12-26 04:13:41 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-12-26 04:13:41 +0000 |
commit | d20fa170ebb7ed1d641ce91c98bd3efa3339ac4c (patch) | |
tree | 95faa319796b5ff8e9da2db17663d049affa0fe2 | |
parent | 7b620d13d0eb5111e9d78ed2fe3ddc3bb20da7a3 (diff) | |
download | dotfiles-d20fa170ebb7ed1d641ce91c98bd3efa3339ac4c.tar.gz dotfiles-d20fa170ebb7ed1d641ce91c98bd3efa3339ac4c.zip |
git: add blink,caddy
-rwxr-xr-x | .local/bin/update_bsd.sh | 4 | ||||
-rw-r--r-- | .local/share/git/repolist | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.local/bin/update_bsd.sh b/.local/bin/update_bsd.sh index 7cbb608..d47f849 100755 --- a/.local/bin/update_bsd.sh +++ b/.local/bin/update_bsd.sh @@ -16,10 +16,10 @@ if [ ! $(command -v cvs) ]; then fi cd /usr/xsrc ; -cvs update -dP -r netbsd-10 ; +cvs update -dP -r netbsd-10-1-RELEASE ; cd /usr/src ; -cvs update -dP -r netbsd-10 ; +cvs update -dP -r netbsd-10-1-RELEASE ; # Build with Xsrc /usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -x -X /usr/xsrc -U -u -P distribution kernel=GENERIC ; diff --git a/.local/share/git/repolist b/.local/share/git/repolist index b9f2329..fa38d6f 100644 --- a/.local/share/git/repolist +++ b/.local/share/git/repolist @@ -1,3 +1,5 @@ +blink,origin=https://github.com/blinksh/blink.git +caddy,origin=https://github.com/caddyserver/caddy.git cs631apue,origin=git@github.com:jschauma/cs631apue.git dark-mode-notify,origin=https://github.com/bouk/dark-mode-notify.git gotosocial,origin=https://github.com/superseriousbusiness/gotosocial.git @@ -5,3 +7,4 @@ hut,origin=https://git.sr.ht/~xenrox/hut journal,origin=git@git.sr.ht:~tydavis/journal resume,origin=git@git.sr.ht:~tydavis/resume standards,origin=git@git.sr.ht:~tydavis/standards +xcaddy,origin=https://github.com/caddyserver/xcaddy.git |