unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
blob 89abb2b242e6f26be2021979c109cc762e208329 245 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
 
#!/bin/bash

languages=(
    'c'
    'cmake'
    'cpp'
    'css'
    'c-sharp'
    'dockerfile'
    'javascript'
    'json'
    'python'
    'bash'
    'typescript'
    'tsx'
)

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

debug log:

solving 89abb2b ...
found 89abb2b in https://yhetil.org/emacs-bugs/87h6xzhtc0.fsf@localdomain/
found c395449 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100755 c3954499774a2725ced89cbc7b1a2fe4b46312f0	admin/notes/tree-sitter/build-module/batch.sh

applying [1/1] https://yhetil.org/emacs-bugs/87h6xzhtc0.fsf@localdomain/
diff --git a/admin/notes/tree-sitter/build-module/batch.sh b/admin/notes/tree-sitter/build-module/batch.sh
index c395449..89abb2b 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 89abb2b242e6f26be2021979c109cc762e208329	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).