On 06/04/2018 06:21 PM, David C. Rankin wrote:
> Thank you for the feedback. cflow - updated. I'll push the new set after
> answers to questions below.
>
>>> https://aur.archlinux.org/packages/gtkwrite_git/
>> The license is invalid, and please don't call it `foo_git` -
>> instead use the common `
On Fri, Jun 01, 2018 at 08:48:03AM +0200, Maykel Franco via arch-general wrote:
> 2018-05-31 12:01 GMT+02:00 Leonid Isaev via arch-general
> :
> > On Thu, May 31, 2018 at 10:44:25AM +0100, Ralph Corderoy wrote:
> >> Hi Maykel,
> >>
> >> > I need define variable called ip with current ip address mac
On 06/04/2018 05:21 PM, David C. Rankin wrote:
> On 06/04/2018 12:50 PM, Robin Broda via arch-general wrote:
>>> https://aur.archlinux.org/packages/gtkwrite_git/
>> The license is invalid, and please don't call it `foo_git` -
>> instead use the common `foo-git`;
>> You're also missing `git` as mak
On 06/04/2018 12:50 PM, Robin Broda via arch-general wrote:
> I've got a couple of complaints regarding your existing packages
>
> On 06/04/2018 07:29 PM, David C. Rankin wrote:
>> https://aur.archlinux.org/packages/cflow/
> provides=("${pkgname") is implicit;
> url= & source= can be reached via h
On 06/04/2018 12:48 PM, Eli Schwartz via arch-general wrote:
> There's currently no history to zero out, until you can successfully
> push to the AUR without the .SRCINFO hook declining you, nothing will be
> uploaded at all.
>
> If you're uncomfortable with git amend/rebase, then you could simply
I've got a couple of complaints regarding your existing packages
On 06/04/2018 07:29 PM, David C. Rankin wrote:
> https://aur.archlinux.org/packages/cflow/
provides=("${pkgname") is implicit;
url= & source= can be reached via https - update them!
> https://aur.archlinux.org/packages/gtkwrite_git
On 06/04/2018 01:29 PM, David C. Rankin wrote:
> On 06/04/2018 06:04 AM, Eli Schwartz via arch-general wrote:
>> List of packages so I can perform AUR administration and remove those
>> *.src.tar.gz using sekrit TU powers? :p
>>
>
> Thank you Eli, my existing packages are:
>
> https://aur.archlin
On 06/04/2018 06:04 AM, Eli Schwartz via arch-general wrote:
> List of packages so I can perform AUR administration and remove those
> *.src.tar.gz using sekrit TU powers? :p
>
Thank you Eli, my existing packages are:
https://aur.archlinux.org/packages/cflow/
https://aur.archlinux.org/packages/g
On 06/04/2018 07:29 AM, mar77i via arch-general wrote:
> On June 4, 2018 1:04 PM, Eli Schwartz via arch-general
> wrote:
>> That's saying that in commit 93a539f81d7d0f001dd5522781ebeabf7cf73f9d
>> you had committed a .SRCINFO file which listed a LICENSE file, but
>> you did not commit the LICENSE
On June 4, 2018 12:58 PM, Bennett Piater wrote:
>
> Do you have an unpushed commit that may not pass muster, even if it is
> not the last?
>
> If so, you could try squashing all unpushed commits together to one
> using git rebase.
On June 4, 2018 1:04 PM, Eli Schwartz via arch-general
wrote
On 06/04/2018 05:27 AM, David C. Rankin wrote:
> Well I tried without `-a` and no changes to .SRCINFO or PKGBUILD were
> incorporated. I also removed the package and signature files. The push is
> trying to push exactly what it should, e.g.:
>
> $ tar -tzf console-blanking-0.0.1-4.src.tar.gz
> tar
On 06/04/2018 12:41 PM, David C. Rankin wrote:
> That is the tarball generated by:
>
> $ makepkg --printsrcinfo > .SRCINFO
> $ makepkg -S --sign -f
>
> That results in the two untracked files:
>
> console-blanking-0.0.1-4.src.tar.gz
> console-blanking-0.0.1-4.src.tar.gz.sig
>
> The ta
On 06/04/2018 11:39 AM, David C. Rankin wrote:
> On 06/04/2018 04:30 AM, Bennett Piater wrote:
>> This is a different error, is it not?
>> Does your most recent commit contain the LICENSE file, or did you only
>> add PKGBUILD and .SRCINFO?
>
> Oh, it's there...
>
> $ tar -tzf console-blanking-0
On 06/04/2018 11:39 AM, David C. Rankin wrote:
> On 06/04/2018 04:30 AM, Bennett Piater wrote:
>> This is a different error, is it not?
>> Does your most recent commit contain the LICENSE file, or did you only
>> add PKGBUILD and .SRCINFO?
>
> Oh, it's there...
>
> $ tar -tzf console-blanking-0
On 06/04/2018 04:30 AM, Bennett Piater wrote:
> This is a different error, is it not?
> Does your most recent commit contain the LICENSE file, or did you only
> add PKGBUILD and .SRCINFO?
Oh, it's there...
$ tar -tzf console-blanking-0.0.1-4.src.tar.gz
tar: Ignoring unknown extended header keywor
On 06/04/2018 11:27 AM, David C. Rankin wrote:
> Well I tried without `-a` and no changes to .SRCINFO or PKGBUILD were
> incorporated.
Did you add the files before committing?
> remote: error: missing source file: LICENSE
This is a different error, is it not?
Does your most recent commit contain
On 06/04/2018 03:52 AM, Bennett Piater wrote:
>
>
> On 06/04/2018 10:49 AM, Tinu Weber wrote:
>>> $ git commit -am "console-blanking-0.0.1-2"
>>>
>> On Mon, Jun 04, 2018 at 03:38:08 -0500, David C. Rankin wrote:
>>
>> It appears you've committed also the built package files into the repo.>
>
>
On 06/04/2018 10:49 AM, Tinu Weber wrote:
>> $ git commit -am "console-blanking-0.0.1-2"
>>
> On Mon, Jun 04, 2018 at 03:38:08 -0500, David C. Rankin wrote:
>
> It appears you've committed also the built package files into the repo.>
never git commit -a.
always manually track files using git
On Mon, Jun 04, 2018 at 03:38:08 -0500, David C. Rankin wrote:
> All,
>
> I was adding a 4th Aur package, so I cloned an empty directory. Added the
> files, then
>
> $ makepkg --printsrcinfo > .SRCINFO
> $ makepkg -S --sign -f
> $ git commit -am "console-blanking-0.0.1-2"
>
> Then just to ma
All,
I was adding a 4th Aur package, so I cloned an empty directory. Added the
files, then
$ makepkg --printsrcinfo > .SRCINFO
$ makepkg -S --sign -f
$ git commit -am "console-blanking-0.0.1-2"
Then just to make sure .SRCINFO is there
$ git ls-files
.SRCINFO <== It is...
LICENSE
PKGBU
20 matches
Mail list logo