aboutsummaryrefslogtreecommitdiff
path: root/buildbot-build.el
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2023-03-22 00:42:34 +1100
committerYuchen Pei <hi@ypei.me>2023-03-22 00:42:34 +1100
commitf9792cdcfab9b2728b3db8152e62e119b135b7ac (patch)
treef07140f0a9d8fbcec0e6d30d83337eaabd8ff234 /buildbot-build.el
first commit
Diffstat (limited to 'buildbot-build.el')
-rw-r--r--buildbot-build.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildbot-build.el b/buildbot-build.el
new file mode 100644
index 0000000..ca1a8bc
--- /dev/null
+++ b/buildbot-build.el
@@ -0,0 +1,4 @@
+(define-derived-mode buildbot-build-mode special-mode "Buildbot build"
+ "Buildbot view for a build")
+
+(provide 'buildbot-build)