diff options
author | William Carroll <wpcarro@gmail.com> | 2022-02-08T19·32-0800 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-02-08T19·41+0000 |
commit | 06da3ba749134d165772e90780edefeda4bc343a (patch) | |
tree | 872bcf4643095c5799796db7d412b11e9325e579 /users/wpcarro | |
parent | 2e10f59ba5aca3cb93f7fe8bf2dba1754a080633 (diff) |
feat(wpcarro/josh): create workspace.josh for emacs stuffs r/3800
🚨 This is just a test 🚨 I'm experimenting with exporting some of my work from depot to Github using josh. I tried testing this locally, but it was a bit of a pain because I need to run: 1. git server locally 2. josh server as a proxy Step 2 is easy, but I'm not sure how quickly I can setup a git server, and I decided that just committing this work might be faster. Next up (pseudocode): ``` $ git clone https://code.tvl.fyi/depot.git:workspace=users/wpcarro/emacs.git ~/github/emacs $ cd ~/github/emacs $ git remote add github git@github.com:wpcarro/emacs $ git push github $ # ...something like that ``` Note to self: figure out how to easily setup a git server locally, so that I can test these changes more easily without spamming depot with test commits. Change-Id: I0f198e00c60e06941b69f35ef389b936cf3ff659 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5263 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro')
-rw-r--r-- | users/wpcarro/emacs/workspace.josh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/workspace.josh b/users/wpcarro/emacs/workspace.josh new file mode 100644 index 000000000000..40c6296ca839 --- /dev/null +++ b/users/wpcarro/emacs/workspace.josh @@ -0,0 +1 @@ +::README \ No newline at end of file |