mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: Michael Olbrich <m.olbrich@pengutronix.de>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [ptxdist-commit] 05/06: postgresql: Fix installation of executables.
Date: Wed, 15 Jan 2020 10:25:55 +0100	[thread overview]
Message-ID: <20200115092555.x34trvh24z3zirmm@pengutronix.de> (raw)
In-Reply-To: <E1irSwZ-000600-6n@git.sokrates.pengutronix.de>

On Tue, Jan 14, 2020 at 09:37:47PM +0100, Michael Olbrich via Gitolite wrote:
> This is an automated email from the git hooks/post-receive script.
> 
> pengutronix.michael.olbrich pushed a commit to branch master
> in repository ptxdist.
> 
> commit e1605f16bc3b205ce25dac8f4bd4a65c3247cd11
> Author: Björn Esser <b.esser@pengutronix.de>
> AuthorDate: Fri Jan 10 10:09:03 2020 +0100
> 
>     postgresql: Fix installation of executables.
>     
>     Signed-off-by: Björn Esser <b.esser@pengutronix.de>
>     [mol: adapt to upstream binary renames]
>     Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> ---
>  rules/postgresql.make | 48 +++++++++++++++++++++++-------------------------
>  1 file changed, 23 insertions(+), 25 deletions(-)
> 
> diff --git a/rules/postgresql.make b/rules/postgresql.make
> index af3eb6b459a7..b4fe065ac0c6 100644
> --- a/rules/postgresql.make
> +++ b/rules/postgresql.make
> @@ -107,31 +107,29 @@ $(STATEDIR)/postgresql.targetinstall:
>  	@$(call install_lib, postgresql, 0, 0, 0644, libpgtypes)
>  
>  #	# Binaries
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/postgres)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/pg_receivexlog)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/postmaster)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/reindexdb)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/pg_isready)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/pg_dump)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/vacuumdb)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/pg_ctl)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/dropuser)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/createdb)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/createuser)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/initdb)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/pg_restore)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/clusterdb)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/pg_recvlogical)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/pg_resetxlog)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/dropdb)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/ecpg)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/pg_dumpall)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/createlang)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/pg_basebackup)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/psql)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/pg_controldata)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/droplang)
> -	@$(call install_copy, postgresql, 0, 0, 0755, /usr/bin/pg_config)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/postgres)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_receivewal)
> +	@$(call install_lin, postgresql, postgres, /usr/bin/postmaster)

Typo alert: s/install_lin,/install_link,/

 - Roland

> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/reindexdb)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_isready)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_dump)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/vacuumdb)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_ctl)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/dropuser)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/createdb)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/createuser)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/initdb)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_restore)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/clusterdb)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_recvlogical)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_resetwal)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/dropdb)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/ecpg)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_dumpall)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_basebackup)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/psql)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_controldata)
> +	@$(call install_copy, postgresql, 0, 0, 0755, -, /usr/bin/pg_config)
>  
>  #	# This can be further optimized
>  	@$(call install_tree, postgresql, 0, 0, -, /usr/lib/postgresql)
> 
> -- 
> To stop receiving notification emails like this one, please contact
> the administrator of this repository.
> 
> _______________________________________________
> ptxdist-commit mailing list
> ptxdist-commit@pengutronix.de

-- 
Roland Hieber, Pengutronix e.K.          | r.hieber@pengutronix.de     |
Steuerwalder Str. 21                     | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686         | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

       reply	other threads:[~2020-01-15  9:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <157903426271.22928.12987003446301823633@git.sokrates.pengutronix.de>
     [not found] ` <E1irSwZ-000600-6n@git.sokrates.pengutronix.de>
2020-01-15  9:25   ` Roland Hieber [this message]
2020-01-15 18:12     ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200115092555.x34trvh24z3zirmm@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox