unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 2b8367fe6dbaf4c15e78f4d50e29bebd1a68db1d 275 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
 
#!/bin/bash

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

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

debug log:

solving 2b8367fe6db ...
found 2b8367fe6db in https://yhetil.org/emacs-devel/94a44e82-c8ae-7ca5-ee79-0099cfd8dde4@secure.kjonigsen.net/ ||
	https://yhetil.org/emacs-devel/f764696a-2850-640d-7143-a3d0dda37894@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/94a44e82-c8ae-7ca5-ee79-0099cfd8dde4@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..2b8367fe6db 100755

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

skipping https://yhetil.org/emacs-devel/f764696a-2850-640d-7143-a3d0dda37894@secure.kjonigsen.net/ for 2b8367fe6db
index at:
100755 2b8367fe6dbaf4c15e78f4d50e29bebd1a68db1d	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).