~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[alpine-devel] [PATCH] testing/acf-openldap Added Search Tab

Alan Messias Cordeiro <alancordeiro@gmail.com>
Details
Message ID
<1388428988-16295-1-git-send-email-alancordeiro@gmail.com>
Sender timestamp
1388428988
DKIM signature
missing
Download raw message
Patch: +2 -2
---
 testing/acf-openldap/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/acf-openldap/APKBUILD b/testing/acf-openldap/APKBUILD
index 8029ad5..264351f 100644
--- a/testing/acf-openldap/APKBUILD
+++ b/testing/acf-openldap/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Alan Messias Cordeiro de Lacerda (alacerda) <alancordeiro@gmail.com>
pkgname=acf-openldap
pkgver=1.0
pkgrel=0
pkgrel=1
pkgdesc="ACF module for OpenLDAP"
url="http://git.alpinelinux.org/cgit/$pkgname"
url="http://git.alpinelinux.org/cgit/alacerda/$pkgname/"
arch="noarch"
license="GPL-2"
depends="acf-core lua openldap openldap-back-bdb"
-- 
1.8.4.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Details
Message ID
<1388429757.3638.19.camel@tdtrask-HP-Compaq-dc5800-Small-Form-Factor>
In-Reply-To
<1388428988-16295-1-git-send-email-alancordeiro@gmail.com> (view parent)
Sender timestamp
1388429757
DKIM signature
missing
Download raw message
To download new code from the repository, you must bump the pkgver, not
the pkgrel. This patch will cause the exact same code to be built,
resulting in the exact same .apk.

Ted

On Mon, 2013-12-30 at 18:43 +0000, Alan Messias Cordeiro wrote:
> ---
>  testing/acf-openldap/APKBUILD | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/testing/acf-openldap/APKBUILD b/testing/acf-openldap/APKBUILD
> index 8029ad5..264351f 100644
> --- a/testing/acf-openldap/APKBUILD
> +++ b/testing/acf-openldap/APKBUILD
> @@ -2,9 +2,9 @@
>  # Maintainer: Alan Messias Cordeiro de Lacerda (alacerda) <alancordeiro@gmail.com>
>  pkgname=acf-openldap
>  pkgver=1.0
> -pkgrel=0
> +pkgrel=1
>  pkgdesc="ACF module for OpenLDAP"
> -url="http://git.alpinelinux.org/cgit/$pkgname"
> +url="http://git.alpinelinux.org/cgit/alacerda/$pkgname/"
>  arch="noarch"
>  license="GPL-2"
>  depends="acf-core lua openldap openldap-back-bdb"




---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20131231093752.3186f799@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1388429757.3638.19.camel@tdtrask-HP-Compaq-dc5800-Small-Form-Factor> (view parent)
Sender timestamp
1388479072
DKIM signature
missing
Download raw message
On Mon, 30 Dec 2013 13:55:57 -0500
Ted Trask <tdtrask@cde.us.jw.org> wrote:

> To download new code from the repository, you must bump the pkgver, not
> the pkgrel. This patch will cause the exact same code to be built,
> resulting in the exact same .apk.

Acutally it will not be the exact same  .apk. He changed the url which
will give different result for:

  apk info --webpage

The bumping of pkgrel is valid. Commit message is bad for this change though... :)

-nc

> 
> Ted
> 
> On Mon, 2013-12-30 at 18:43 +0000, Alan Messias Cordeiro wrote:
> > ---
> >  testing/acf-openldap/APKBUILD | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/testing/acf-openldap/APKBUILD b/testing/acf-openldap/APKBUILD
> > index 8029ad5..264351f 100644
> > --- a/testing/acf-openldap/APKBUILD
> > +++ b/testing/acf-openldap/APKBUILD
> > @@ -2,9 +2,9 @@
> >  # Maintainer: Alan Messias Cordeiro de Lacerda (alacerda) <alancordeiro@gmail.com>
> >  pkgname=acf-openldap
> >  pkgver=1.0
> > -pkgrel=0
> > +pkgrel=1
> >  pkgdesc="ACF module for OpenLDAP"
> > -url="http://git.alpinelinux.org/cgit/$pkgname"
> > +url="http://git.alpinelinux.org/cgit/alacerda/$pkgname/"
> >  arch="noarch"
> >  license="GPL-2"
> >  depends="acf-core lua openldap openldap-back-bdb"
> 
> 
> 
> 
> ---
> Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
> Help:         alpine-devel+help@lists.alpinelinux.org
> ---
> 



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)