Skip to content

Commit

Permalink
Fix PATH for eldev
Browse files Browse the repository at this point in the history
The installation directory of eldev has changed.  See the links for details.

emacs-eldev/eldev@fc4b71c

emacs-eldev/eldev#62
  • Loading branch information
dochang authored and Silex committed Aug 2, 2023
1 parent 430afde commit 64c86c8
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion 24.4/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:24.4-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 24.5/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:24.5-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 25.1/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:25.1-alpine-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 25.1/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:25.1-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 25.2/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:25.2-alpine-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 25.2/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:25.2-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 25.3/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:25.3-alpine-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 25.3/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:25.3-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 26.1/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:26.1-alpine-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 26.1/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:26.1-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 26.2/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:26.2-alpine-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 26.2/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:26.2-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 26.3/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:26.3-alpine-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 26.3/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:26.3-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 27.1/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:27.1-alpine-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 27.1/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:27.1-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 27.2/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:27.2-alpine-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 27.2/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:27.2-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 28.1/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:28.1-alpine-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 28.1/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:28.1-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 28.2/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:28.2-alpine-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion 28.2/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:28.2-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion master/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:master-alpine-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion master/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:master-ci

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion templates/alpine/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:{{DEPENDS}}

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"
2 changes: 1 addition & 1 deletion templates/debian/ci/eldev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM silex/emacs:{{DEPENDS}}

RUN curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
ENV PATH="/root/.eldev/bin:$PATH"
ENV PATH="/root/.local/bin:$PATH"

0 comments on commit 64c86c8

Please sign in to comment.