patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 17831221bbef2d2d038f4822b22f88939eab7437 301 bytes (raw)
name: scripts/format-uuid.awk 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
7
8
9
 
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2025 Demi Marie Obenour <demiobenour@gmail.com>
BEGIN {
	print (substr(ARGV[1], 1, 8) "-" \
	       substr(ARGV[1], 9, 4) "-" \
	       substr(ARGV[1], 13, 4) "-" \
	       substr(ARGV[1], 17, 4) "-" \
	       substr(ARGV[1], 21, 12));
}

debug log:

solving 17831221bbef2d2d038f4822b22f88939eab7437 ...
found 17831221bbef2d2d038f4822b22f88939eab7437 in https://inbox.spectrum-os.org/spectrum-devel/20251126-updates-v4-4-40c438d2dcaf@gmail.com/ ||
	https://inbox.spectrum-os.org/spectrum-devel/20251126-updates-v5-4-fd746748febd@gmail.com/

applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20251126-updates-v4-4-40c438d2dcaf@gmail.com/
diff --git a/scripts/format-uuid.awk b/scripts/format-uuid.awk
new file mode 100644
index 0000000000000000000000000000000000000000..17831221bbef2d2d038f4822b22f88939eab7437

Checking patch scripts/format-uuid.awk...
Applied patch scripts/format-uuid.awk cleanly.

skipping https://inbox.spectrum-os.org/spectrum-devel/20251126-updates-v5-4-fd746748febd@gmail.com/ for 17831221bbef2d2d038f4822b22f88939eab7437
index at:
100644 17831221bbef2d2d038f4822b22f88939eab7437	scripts/format-uuid.awk

(*) 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://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

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 NNTP newsgroup(s).