[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 03/18] website-build: remove unused DOMAIN variable.
From: |
Adrien 'neox' Bourmault |
Subject: |
Re: [PATCH v1 03/18] website-build: remove unused DOMAIN variable. |
Date: |
Mon, 27 May 2024 15:13:51 +0200 |
User-agent: |
Evolution 3.48.4 |
Le samedi 25 mai 2024 à 20:25 +0200, Denis 'GNUtoo' Carikli a écrit :
> The variable could be updated, but this could be misleading as it is
> only used in the help of that Makefile.
>
> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
> ---
> website-build/Makefile.am | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/website-build/Makefile.am b/website-build/Makefile.am
> index e866675..d33683d 100644
> --- a/website-build/Makefile.am
> +++ b/website-build/Makefile.am
> @@ -12,8 +12,6 @@
> #
> # You should have received a copy of the GNU General Public License
> # along with this program. If not, see <https://www.gnu.org/licenses/>.
> -DOMAIN := libreboot.at
> -
> .PHONY: all build check help deploy website.tar.gz
>
> all: website.tar.gz
> @@ -74,7 +72,7 @@ help:
> "help # Print this help" \
> "test # run lighttpd on localhost:8080" \
> "check # Run automatic tests" \
> - "deploy # Deploy the website to https://$(DOMAIN)" \
> + "deploy # Deploy the website to
> https://gnu.org/software/gnuboot" \
> "website.tar.gz # Create a tarball of the website"
>
> if WANT_GUIX
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
signature.asc
Description: This is a digitally signed message part
- [PATCH v1 00/18] website-build fixes and improvements., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 01/18] website-build: lighttpd.conf.tmpl: add license header., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 02/18] website-build: index.html: add license header and add the GFDL 1.3+., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 03/18] website-build: remove unused DOMAIN variable., Denis 'GNUtoo' Carikli, 2024/05/25
- Re: [PATCH v1 03/18] website-build: remove unused DOMAIN variable.,
Adrien 'neox' Bourmault <=
- [PATCH v1 04/18] website-build: configure.ac: remove duplicated line breaks., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 06/18] website-build: use a less common port., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 05/18] website-build: make the lighttpd port configurable, Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 07/18] website-build: check.sh: fix line length., Denis 'GNUtoo' Carikli, 2024/05/25
- [PATCH v1 08/18] website-build: check.sh: make it pass shellcheck., Denis 'GNUtoo' Carikli, 2024/05/25