unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 6ed2888d1d87e3f435e952e1a378780bb283acdf 368 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
31
32
 
#!/bin/bash

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

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

debug log:

solving 6ed2888d1d8 ...
found 6ed2888d1d8 in https://yhetil.org/emacs-devel/B0833DC8-21E7-48DF-9A15-9B7822ED0FA0@secure.kjonigsen.net/
found 9988d1eae4e in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100755 9988d1eae4e6b9ba2ab5ca68c259be5d5f354109	admin/notes/tree-sitter/build-module/batch.sh

applying [1/1] https://yhetil.org/emacs-devel/B0833DC8-21E7-48DF-9A15-9B7822ED0FA0@secure.kjonigsen.net/
diff --git a/admin/notes/tree-sitter/build-module/batch.sh b/admin/notes/tree-sitter/build-module/batch.sh
index 9988d1eae4e..6ed2888d1d8 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 6ed2888d1d87e3f435e952e1a378780bb283acdf	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).