List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH] Fixed Arch Linux package link.
@ 2014-01-08 16:41 stefan
  2014-01-08 16:44 ` Jason
  0 siblings, 1 reply; 8+ messages in thread
From: stefan @ 2014-01-08 16:41 UTC (permalink / raw)


Signed-off-by: Stefan Tatschner <stefan at sevenbyte.org>
---
 index | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index b/index
index 491a40f..cda03c3 100644
--- a/index
+++ b/index
@@ -53,7 +53,7 @@ packages
  * [opensuse][]
  * [pkgsrc][]
 
-[archlinux]:    http://aur.archlinux.org/packages.php?ID=22790
+[archlinux]:    https://www.archlinux.org/packages/community/x86_64/cgit/
 [darwinports]:  http://cgit.darwinports.com/
 [fedora]:       https://admin.fedoraproject.org/pkgdb/acls/name/cgit
 [gentoo]:       http://packages.gentoo.org/package/www-apps/cgit
-- 
1.8.5.2



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] Fixed Arch Linux package link.
  2014-01-08 16:41 [PATCH] Fixed Arch Linux package link stefan
@ 2014-01-08 16:44 ` Jason
  2014-01-08 16:48   ` sjchen
  0 siblings, 1 reply; 8+ messages in thread
From: Jason @ 2014-01-08 16:44 UTC (permalink / raw)


Is there a non-architecture specific link?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] Fixed Arch Linux package link.
  2014-01-08 16:44 ` Jason
@ 2014-01-08 16:48   ` sjchen
  2014-01-08 16:49     ` Jason
  2014-01-08 19:32     ` lekensteyn
  0 siblings, 2 replies; 8+ messages in thread
From: sjchen @ 2014-01-08 16:48 UTC (permalink / raw)


On January 8, 2014 at 11:44:40 AM, Jason A. Donenfeld (jason at zx2c4.com) wrote:
>
> Is there a non-architecture specific link?
> _______________________________________________
> CGit mailing list
> CGit at lists.zx2c4.com
> http://lists.zx2c4.com/mailman/listinfo/cgit
>  

As far as I know, there isn?t a canonical package link, but you may be able to get away with the cgit wiki link (https://wiki.archlinux.org/index.php/Cgit) or the package search page for cgit, which shows both the x86_64 and i686 versions: https://www.archlinux.org/packages/?q=cgit

?
Jon Chen


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] Fixed Arch Linux package link.
  2014-01-08 16:48   ` sjchen
@ 2014-01-08 16:49     ` Jason
  2014-01-08 16:52       ` sjchen
  2014-01-08 19:32     ` lekensteyn
  1 sibling, 1 reply; 8+ messages in thread
From: Jason @ 2014-01-08 16:49 UTC (permalink / raw)


On Wed, Jan 8, 2014 at 5:48 PM, derpify <sjchen at derpify.me> wrote:b
> As far as I know, there isn?t a canonical package link, but you may be able to get away with the cgit wiki link (https://wiki.archlinux.org/index.php/Cgit)

Do you have access to modifying this wiki? If so, would you mind
updating the old hjemli links to point to git.zx2c4.com/cgit?

Jason


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] Fixed Arch Linux package link.
  2014-01-08 16:49     ` Jason
@ 2014-01-08 16:52       ` sjchen
  2014-01-08 17:03         ` Jason
  0 siblings, 1 reply; 8+ messages in thread
From: sjchen @ 2014-01-08 16:52 UTC (permalink / raw)



On January 8, 2014 at 11:49:50 AM, Jason A. Donenfeld (jason at zx2c4.com) wrote:
>  
> On Wed, Jan 8, 2014 at 5:48 PM, derpify wrote:b  
> > As far as I know, there isn?t a canonical package link, but you  
> may be able to get away with the cgit wiki link (https://wiki.archlinux.org/index.php/Cgit)  
>  
> Do you have access to modifying this wiki? If so, would you mind  
> updating the old hjemli links to point to git.zx2c4.com/cgit?  
>  
> Jason
>  

Technically anyone can edit (if they create a wiki account?), but I fixed it.

Jon


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] Fixed Arch Linux package link.
  2014-01-08 16:52       ` sjchen
@ 2014-01-08 17:03         ` Jason
  0 siblings, 0 replies; 8+ messages in thread
From: Jason @ 2014-01-08 17:03 UTC (permalink / raw)


On Wed, Jan 8, 2014 at 5:52 PM, derpify <sjchen at derpify.me> wrote:
>
> Technically anyone can edit (if they create a wiki account?), but I fixed it.

Thanks!


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] Fixed Arch Linux package link.
  2014-01-08 16:48   ` sjchen
  2014-01-08 16:49     ` Jason
@ 2014-01-08 19:32     ` lekensteyn
  2014-01-08 21:22       ` Jason
  1 sibling, 1 reply; 8+ messages in thread
From: lekensteyn @ 2014-01-08 19:32 UTC (permalink / raw)


On Wednesday 08 January 2014 11:48:21 derpify wrote:
> On January 8, 2014 at 11:44:40 AM, Jason A. Donenfeld (jason at zx2c4.com) 
wrote:
> > Is there a non-architecture specific link?
[..] 
> 
> As far as I know, there isn?t a canonical package link, but you may be able
> to get away with the cgit wiki link
> (https://wiki.archlinux.org/index.php/Cgit) or the package search page for
> cgit, which shows both the x86_64 and i686 versions:
> https://www.archlinux.org/packages/?q=cgit

I suggest to use the "name" parameter instead of "q":
https://www.archlinux.org/packages/?name=cgit

Otherwise, if a package contains the word "cgit", then it is shown too.

Regards,
Peter



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] Fixed Arch Linux package link.
  2014-01-08 19:32     ` lekensteyn
@ 2014-01-08 21:22       ` Jason
  0 siblings, 0 replies; 8+ messages in thread
From: Jason @ 2014-01-08 21:22 UTC (permalink / raw)


Much better. Updating the link to that.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-08 21:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-08 16:41 [PATCH] Fixed Arch Linux package link stefan
2014-01-08 16:44 ` Jason
2014-01-08 16:48   ` sjchen
2014-01-08 16:49     ` Jason
2014-01-08 16:52       ` sjchen
2014-01-08 17:03         ` Jason
2014-01-08 19:32     ` lekensteyn
2014-01-08 21:22       ` Jason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).