unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob e955bb6bcf531075a47150a572cecce60f65a3f8 264 bytes (raw)
name: admin/notes/tree-sitter/build-module/batch.sh 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
#!/bin/bash

languages=(
    'c'
    'cpp'
    'css'
    'c-sharp'
    'dockerfile'
    'go'
    'html'
    'javascript'
    'json'
    'python'
    'rust'
    'typescript'
    'tsx'
    'toml'
)

for language in "${languages[@]}"
do
    ./build.sh $language
done

debug log:

solving e955bb6bcf5 ...
found e955bb6bcf5 in https://yhetil.org/emacs-devel/1711257d-a476-3f67-04e1-0da3c979594a@secure.kjonigsen.net/
found 6dce000caa6 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100755 6dce000caa680ff4daebc50fe6ab34cbca557da8	admin/notes/tree-sitter/build-module/batch.sh

applying [1/1] https://yhetil.org/emacs-devel/1711257d-a476-3f67-04e1-0da3c979594a@secure.kjonigsen.net/
diff --git a/admin/notes/tree-sitter/build-module/batch.sh b/admin/notes/tree-sitter/build-module/batch.sh
index 6dce000caa6..e955bb6bcf5 100755

Checking patch admin/notes/tree-sitter/build-module/batch.sh...
Applied patch admin/notes/tree-sitter/build-module/batch.sh cleanly.

index at:
100755 e955bb6bcf531075a47150a572cecce60f65a3f8	admin/notes/tree-sitter/build-module/batch.sh

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).