unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
blob ec7231dd82f2abd21f75f68797f15f8e7ce7c309 346 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
24
25
26
27
28
29
30
 
#!/bin/bash

languages=(
    'bash'
    'c'
    'cmake'
    'cpp'
    'css'
    'c-sharp'
    'dockerfile'
    'elixir'
    'go'
    'go-mod'
    'heex'
    'html'
    'javascript'
    'json'
    'python'
    'ruby'
    'rust'
    'toml'
    'tsx'
    'typescript'
    'yaml'
)

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

debug log:

solving ec7231dd82f ...
found ec7231dd82f in https://yhetil.org/emacs-bugs/87v8cpj22j.fsf@pub.pink/
found 1d4076564dc in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100755 1d4076564dcd8296f893a281b90e48ab998d3ec4	admin/notes/tree-sitter/build-module/batch.sh

applying [1/1] https://yhetil.org/emacs-bugs/87v8cpj22j.fsf@pub.pink/
diff --git a/admin/notes/tree-sitter/build-module/batch.sh b/admin/notes/tree-sitter/build-module/batch.sh
index 1d4076564dc..ec7231dd82f 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 ec7231dd82f2abd21f75f68797f15f8e7ce7c309	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).