* [gentoo-commits] proj/emacs-elogt:master commit in: /
@ 2023-04-26 0:11 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2023-04-26 0:11 UTC (permalink / raw
To: gentoo-commits
commit: 87adc709e9bc24d2f76d61535c103ecc11ee1471
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 19:42:02 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 19:42:02 2023 +0000
URL: https://gitweb.gentoo.org/proj/emacs-elogt.git/commit/?id=87adc709
add Eldev
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
Eldev | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Eldev b/Eldev
new file mode 100644
index 0000000..8a5499b
--- /dev/null
+++ b/Eldev
@@ -0,0 +1,7 @@
+; -*- mode: emacs-lisp; lexical-binding: t -*-
+
+(eldev-use-package-archive 'melpa)
+
+(eldev-use-plugin 'autoloads)
+
+(setf eldev-project-main-file "elogt.el")
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/emacs-elogt:master commit in: /
@ 2023-04-26 0:11 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2023-04-26 0:11 UTC (permalink / raw
To: gentoo-commits
commit: 81a7fd02d66ed1ee3b8d5ff2b3c934f594511ea5
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 21:15:56 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 21:15:56 2023 +0000
URL: https://gitweb.gentoo.org/proj/emacs-elogt.git/commit/?id=81a7fd02
add .gitlab-ci.yml
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.gitlab-ci.yml | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..9b7c111
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,23 @@
+---
+
+
+variables:
+ GIT_SUBMODULE_STRATEGY: recursive
+ TERM: dumb
+
+stages:
+ - install
+
+image: debian:unstable
+
+before_script:
+ - apt update && apt install -y emacs-nox make
+ - mkdir -p ~/.emacs.d
+
+
+install:
+ stage: install
+ timeout: 10 minutes
+
+ script:
+ - make install
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/emacs-elogt:master commit in: /
@ 2023-04-26 0:11 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2023-04-26 0:11 UTC (permalink / raw
To: gentoo-commits
commit: 3b1c5f8f7f112a09bcf70b3f2d4de30e25c9d1ab
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 00:11:08 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 00:11:08 2023 +0000
URL: https://gitweb.gentoo.org/proj/emacs-elogt.git/commit/?id=3b1c5f8f
.gitlab-ci.yml: use registry.gentoo.org/emacs/container-emacs
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.gitlab-ci.yml | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b7c111..19583ef 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,22 +2,24 @@
variables:
- GIT_SUBMODULE_STRATEGY: recursive
- TERM: dumb
+ GIT_SUBMODULE_STRATEGY: recursive
+ TERM: dumb
stages:
- install
-image: debian:unstable
-
-before_script:
- - apt update && apt install -y emacs-nox make
- - mkdir -p ~/.emacs.d
+image: registry.gentoo.org/emacs/container-emacs/debian-unstable:latest
install:
stage: install
timeout: 10 minutes
+ rules:
+ - changes:
+ - "*.el"
+ - .gitlab-ci.yml
+ - Makefile
+
script:
- make install
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/emacs-elogt:master commit in: /
@ 2023-11-21 9:49 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2023-11-21 9:49 UTC (permalink / raw
To: gentoo-commits
commit: 027f04f9ede5ea80f5c07749382f20e528bf8705
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 01:51:54 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Nov 21 09:49:32 2023 +0000
URL: https://gitweb.gentoo.org/proj/emacs-elogt.git/commit/?id=027f04f9
Add renovate.json
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
renovate.json | 3 +++
1 file changed, 3 insertions(+)
diff --git a/renovate.json b/renovate.json
new file mode 100644
index 0000000..7190a60
--- /dev/null
+++ b/renovate.json
@@ -0,0 +1,3 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-11-21 9:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-21 9:49 [gentoo-commits] proj/emacs-elogt:master commit in: / Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2023-04-26 0:11 Maciej Barć
2023-04-26 0:11 Maciej Barć
2023-04-26 0:11 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox