gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ops-www] branch master updated: simplify CI


From: gnunet
Subject: [taler-taler-ops-www] branch master updated: simplify CI
Date: Sun, 31 Mar 2024 00:55:33 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository taler-ops-www.

The following commit(s) were added to refs/heads/master by this push:
     new 97825e9  simplify CI
97825e9 is described below

commit 97825e96f8512de8d7ae3849f7700b763362303f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 31 00:55:29 2024 +0100

    simplify CI
---
 bootstrap                      |  3 +--
 common/navigation/index.j2.inc |  2 +-
 contrib/ci/Containerfile       | 15 +++++----------
 locale/messages.pot            |  4 ++--
 4 files changed, 9 insertions(+), 15 deletions(-)

diff --git a/bootstrap b/bootstrap
index 7b60458..65733b8 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 # Bootstrap the repository.  Used when the repository is checked out from git.
 # When using the source tarball, running this script is not necessary.
@@ -25,4 +25,3 @@ NODE_ENV=development ./build-system/pkgmgr i;
 # Copy over some files
 cp build-system/taler-build-scripts/configure ./configure || true
 cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true
-
diff --git a/common/navigation/index.j2.inc b/common/navigation/index.j2.inc
index b96d2d6..d467e48 100644
--- a/common/navigation/index.j2.inc
+++ b/common/navigation/index.j2.inc
@@ -7,7 +7,7 @@
   >{%trans%}Skip to main content{%endtrans%}</a
 >
 <header
-  class="navigation-menu w-screen bg-white bg-opacity-50 backdrop-blur-xl 
sticky z-50 top-0 flex items-center justify-center py-4 px-8 md:px-16"
+  class="navigation-menu w-screen bg-white bg-opacity-90 backdrop-blur-xl 
sticky z-50 top-0 flex items-center justify-center py-4 px-8 md:px-16"
 >
   <nav
     class="navbar navbar-desktop flex items-center justify-between w-full 
max-w-screen-xl md:flex-row flex-col gap-7"
diff --git a/contrib/ci/Containerfile b/contrib/ci/Containerfile
index 52d91ee..4216033 100644
--- a/contrib/ci/Containerfile
+++ b/contrib/ci/Containerfile
@@ -3,16 +3,11 @@ FROM docker.io/library/node:20-slim
 ENV DEBIAN_FRONTEND=noninteractive
 ENV CI=1
 
-RUN <<EOT
-#!/usr/bin/env bash
-set -eax
-apt-get update -yqq
-apt-get install -yqq --no-install-recommends \
-       make gettext git ca-certificates \
-       python3-jinja2 python3-ruamel.yaml python3-distutils \
-       python3-babel python3-bs4
-rm -rf /var/lib/apt/lists/*
-EOT
+RUN apt-get update -yqq
+RUN apt-get install -yqq --no-install-recommends \
+   make gettext git ca-certificates \
+   python3-jinja2 python3-ruamel.yaml python3-distutils \
+   python3-babel python3-bs4
 
 # TODO: Look into if using corepack makes more sense
 RUN npm install -g pnpm
diff --git a/locale/messages.pot b/locale/messages.pot
index 42cd8e6..382b1ff 100644
--- a/locale/messages.pot
+++ b/locale/messages.pot
@@ -8,14 +8,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2024-03-31 00:18+0100\n"
+"POT-Creation-Date: 2024-03-31 00:31+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.14.0\n"
+"Generated-By: Babel 2.10.3\n"
 
 #: common/base.j2:24 common/base.j2:28
 msgid "Taler Operations AG, Biel, Switzerland"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]