Skip to content

Commit bd2a617

Browse files
committed
Rebrand as RKVST
Signed-off-by: Paul Hewlett <[email protected]>
1 parent 63b0d95 commit bd2a617

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Jitsuin observes the [CNCF Community Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md), reproduced below for emphasis.
1+
RKVST observes the [CNCF Community Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md), reproduced below for emphasis.
22

33
### Contributor Code of Conduct
44

@@ -32,7 +32,7 @@ Conduct may be permanently removed from the project team.
3232
This code of conduct applies both within project spaces and in public spaces
3333
when an individual is representing the project or its community.
3434

35-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a Jitsuin administrator on <support@jitsuin.com>.
35+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting an RKVST administrator on <support@rkvst.com>.
3636

3737
This Code of Conduct is adapted from the Contributor Covenant
3838
(http://contributor-covenant.org), version 1.2.0, available at

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Contributing to jitsuin-archivist #
1+
# Contributing to archivist-shell #
22

33
Thanks for taking the time to contribute to archivist-shell!
44

55
Contributing is not limited to writing code and submitting a PR. Feel free to submit an
6-
[issue](https://github.com/jitsuin-inc/archivist-python/issues/new/choose) or comment on an existing one
6+
[issue](https://github.com/jitsuin-inc/archivist-shell/issues/new/choose) or comment on an existing one
77
to report a bug, provide feedback, or suggest a new feature.
88

99
Of course, contributing code is more than welcome! To keep things simple, if you're fixing a small issue,
@@ -81,7 +81,7 @@ Once a PR has the necessary approvals, it can be merged.
8181
Here’s how the merge should be handled:
8282
- Once approved the author will be asked to squash all fixup commits generated by the review process.
8383
- Commits and their messages should be consistent - each commit in the PR should form a logical unit with working code.
84-
- The first change requested by a Jitsuin reviewer will be to reorganise the commits into a clean logical structure.
84+
- The first change requested by a RKVST reviewer will be to reorganise the commits into a clean logical structure.
8585
- The smaller a PR the more likely and more easily that the change will be approved.
8686
- Any changes requested by a reviewer should be committed as a 'fixup' commit against the original commit in the PR.
8787
- Once approval is granted any 'fixup' commits should be merged into their respective commits using 'git rebase -i --autosquash'.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Jitsuin
3+
Copyright (c) 2019-2022 RKVST
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# archivist-shell
22

3-
Repository for convenience scripts for the Jitsuin Archivist system.
3+
Repository for convenience scripts for the RKVST system.
44

55
# Development
66

scripts/sbom_scraper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ TOOL_NAME="https://github.com/jitsuin-inc/archivist-shell $SCRIPTNAME"
7474
#
7575
# Set this value just before release
7676
TOOL_VERSION="v0.3.5"
77-
TOOL_VENDOR="Jitsuin Inc"
77+
TOOL_VENDOR="RKVST Inc"
7878
TOOL_HASH_ALG=SHA-256
7979
TOOL_HASH_CONTENT=$(shasum -a 256 "$0" | cut -d' ' -f1)
8080

scripts/tls_client_auth/make-tls-client-cert.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55
SCRIPTNAME=$(basename "$0")
66

77
AUTHORITY="test"
8-
ARCHIVIST_HOST="rkvst.poc.jitsuin.io"
8+
ARCHIVIST_HOST="app.rkvst-poc.io"
99
TLSARCHIVIST_HOST="auth.$ARCHIVIST_HOST"
1010

1111
# check that the required tools are installed
@@ -15,7 +15,7 @@ usage() {
1515
cat >&2 <<EOF
1616
1717
Create and configure a TLS certificate authority and TLS client certificate for
18-
use with Jitsuin Archivist
18+
use with RKVST
1919
2020
Usage: $SCRIPTNAME [-a AUTHORITY] COMMON_NAME
2121

0 commit comments

Comments
 (0)