[aur-general] Request from aur3
Hi guys, There are some packages that the authors never updated to aur4 but present in git aur mirror [1], due this I can't do push to aur4 , can I request these packages? the packages are: insync-dolphin python-gdal Thanks [1] http://pkgbuild.com/git/aur-mirror.git/tree/
On Fri, Sep 25, 2015 at 5:20 PM, Xavier <xavier.corredor.llano@gmail.com> wrote:
Hi guys,
There are some packages that the authors never updated to aur4 but present in git aur mirror [1], due this I can't do push to aur4 , can I request these packages? the packages are:
insync-dolphin python-gdal
Thanks
Why can't you create them? The aur mirror is a *time machine*. Any abandoned packages (not uploaded during the migration) were deleted and can be recreated by anyone. Unless, theoretically, someone has setup the repo for that package, since then, and hasn't pushed anything yet... (Which still has nothing to do with aur-mirror, mind you. ;)) -- Eli Schwartz
ok, I understand Eli, I could push with python-gdal package but the problems persists with insync- dolphin, I don't know what is wrong: $ git clone ssh://aur@aur.archlinux.org/insync-dolphin.git $ git add -A $ git commit -m 'Initial import' $ git push origin master git-receive-pack: permission denied: XavierCLL fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. $ ssh aur@aur4.archlinux.org help Commands: help Show this help message and exit. list-repos List all your repositories. setup-repo <name> Create an empty repository. git-receive-pack Internal command used with Git. git-upload-pack Internal command used with Git. $ git remote -v origin aur@aur.archlinux.org:/insync-dolphin.git (fetch) origin aur@aur.archlinux.org:/insync-dolphin.git (push) -- Xavier Corredor Llano On Friday, September 25, 2015 06:41:59 PM Eli Schwartz wrote:
On Fri, Sep 25, 2015 at 5:20 PM, Xavier <xavier.corredor.llano@gmail.com>
wrote:
Hi guys,
There are some packages that the authors never updated to aur4 but present in git aur mirror [1], due this I can't do push to aur4 , can I request these packages? the packages are:
insync-dolphin python-gdal
Thanks
Why can't you create them? The aur mirror is a *time machine*. Any abandoned packages (not uploaded during the migration) were deleted and can be recreated by anyone.
Unless, theoretically, someone has setup the repo for that package, since then, and hasn't pushed anything yet... (Which still has nothing to do with aur-mirror, mind you. ;))
On Fri, 25 Sep 2015 23:18:03 -0500 Xavier Corredor Llano <xavier.corredor.llano@gmail.com> wrote:
ok, I understand Eli,
I could push with python-gdal package but the problems persists with insync- dolphin, I don't know what is wrong:
$ git clone ssh://aur@aur.archlinux.org/insync-dolphin.git $ git add -A $ git commit -m 'Initial import' $ git push origin master git-receive-pack: permission denied: XavierCLL fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. $ ssh aur@aur4.archlinux.org help Commands: help Show this help message and exit. list-repos List all your repositories. setup-repo <name> Create an empty repository. git-receive-pack Internal command used with Git. git-upload-pack Internal command used with Git. $ git remote -v origin aur@aur.archlinux.org:/insync-dolphin.git (fetch) origin aur@aur.archlinux.org:/insync-dolphin.git (push)
The problem is that someone else has it. https://aur.archlinux.org/pkgbase/insync-dolphin
I get it! but why this package not show in https://aur.archlinux.org/packages/?O=0&K=insync-dolphin the user created the repository but not submitted the package? On Sat, Sep 26, 2015 at 12:21 AM, Doug Newgard <scimmia@archlinux.info> wrote:
On Fri, 25 Sep 2015 23:18:03 -0500 Xavier Corredor Llano <xavier.corredor.llano@gmail.com> wrote:
ok, I understand Eli,
I could push with python-gdal package but the problems persists with insync- dolphin, I don't know what is wrong:
$ git clone ssh://aur@aur.archlinux.org/insync-dolphin.git $ git add -A $ git commit -m 'Initial import' $ git push origin master git-receive-pack: permission denied: XavierCLL fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. $ ssh aur@aur4.archlinux.org help Commands: help Show this help message and exit. list-repos List all your repositories. setup-repo <name> Create an empty repository. git-receive-pack Internal command used with Git. git-upload-pack Internal command used with Git. $ git remote -v origin aur@aur.archlinux.org:/insync-dolphin.git (fetch) origin aur@aur.archlinux.org:/insync-dolphin.git (push)
The problem is that someone else has it.
On Sat, 26 Sep 2015 at 08:17:08, XavierCLL wrote:
I get it!
but why this package not show in https://aur.archlinux.org/packages/?O=0&K=insync-dolphin
the user created the repository but not submitted the package? [...]
Exactly. See FS#46279. [1] https://bugs.archlinux.org/task/46279
On 09/25/2015 11:20 PM, Xavier wrote:
Hi guys,
There are some packages that the authors never updated to aur4 but present in git aur mirror [1], due this I can't do push to aur4 , can I request these packages? the packages are:
insync-dolphin python-gdal
Thanks
The presence of a package in the aur mirror should not have any influence on the ability to upload a possibly updated package to AUR4, provided that it does not exist in AUR4 yet. I have done so myself with several packages. I just checked - python-gdal is already in the AUR, published by you - so you probably have already solved your problems on your own.
Yes I could push the python-gdal correctly, I couldn't with insync-dolphin but now I understand the problem. Thanks guys On Sat, Sep 26, 2015 at 5:24 AM, respiranto <respiranto@icloud.com> wrote:
On 09/25/2015 11:20 PM, Xavier wrote:
Hi guys,
There are some packages that the authors never updated to aur4 but present in git aur mirror [1], due this I can't do push to aur4 , can I request these packages? the packages are:
insync-dolphin python-gdal
Thanks
The presence of a package in the aur mirror should not have any influence on the ability to upload a possibly updated package to AUR4, provided that it does not exist in AUR4 yet.
I have done so myself with several packages.
I just checked - python-gdal is already in the AUR, published by you - so you probably have already solved your problems on your own.
participants (7)
-
Doug Newgard
-
Eli Schwartz
-
Lukas Fleischer
-
respiranto
-
Xavier
-
Xavier Corredor Llano
-
XavierCLL