From 06da3ba749134d165772e90780edefeda4bc343a Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 8 Feb 2022 11:32:09 -0800 Subject: feat(wpcarro/josh): create workspace.josh for emacs stuffs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🚨 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 Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/emacs/workspace.josh | 1 + 1 file changed, 1 insertion(+) create mode 100644 users/wpcarro/emacs/workspace.josh (limited to 'users/wpcarro/emacs/workspace.josh') 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 -- cgit 1.4.1