aboutsummaryrefslogtreecommitdiff
path: root/seed
diff options
context:
space:
mode:
authorTed Pudlik <tpudlik@google.com>2024-01-09 22:10:24 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-01-09 22:10:24 +0000
commit646551493f985edbb60f07c238c6afda66a44c7d (patch)
tree0ffd9189abab578d4e69b6a8dd90733589614267 /seed
parent92fe74d2b7e6a422a065e7dd2200f5e8566df28b (diff)
downloadpigweed-646551493f985edbb60f07c238c6afda66a44c7d.tar.gz
SEED-0122: Claim SEED number
Change-Id: I2261a2788f6bb4ba99b664ce2a5cc2be80d74add Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/187120 Commit-Queue: Ted Pudlik <tpudlik@google.com> Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Reviewed-by: Kayce Basques <kayce@google.com>
Diffstat (limited to 'seed')
-rw-r--r--seed/BUILD.gn8
1 files changed, 8 insertions, 0 deletions
diff --git a/seed/BUILD.gn b/seed/BUILD.gn
index 96e82158b..4d98af015 100644
--- a/seed/BUILD.gn
+++ b/seed/BUILD.gn
@@ -196,6 +196,13 @@ pw_seed("0121") {
author = "Chad Norvell"
}
+pw_seed("0122") {
+ changelist = 187121
+ title = "Organize Pigweed code samples"
+ status = "Draft"
+ author = "Ted Pudlik"
+}
+
# This must be defined after all `pw_seed` targets, as it relies on information
# exposed by them.
pw_seed_index("seeds") {
@@ -224,5 +231,6 @@ pw_seed_index("seeds") {
":0119",
":0120",
":0121",
+ ":0122",
]
}