rascarlo / ArchPackages

Android Arch Linux packages browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add link to package history/files

FFY00 opened this issue · comments

Could you please add a link to the package history and repo files in the app? I find myself needing to look at these quite often and it would be much easier to be able to do it in the app.

To clarify, I am talking about the "Source Files" and "View Changes" links in the package detail page.

This should be fairly easy to implement.
The url uses the following structure https://git.archlinux.org/svntogit/[repo].git/[action]/trunk?h=packages/[package].
action can be either tree or log, repo is the svn repository (more info bellow) and package is the package name.

There are only 2 svn repos, packages and community. This is done to enforce permissions between the Developers and the Trusted Users. TUs can only access community, Devs can access both. The actual arch repos are divided by these 2 svn repos as follows.

packages:

  • Core
  • Extra
  • Testing
  • KDE-Unstable

community:

  • Community
  • Community-Testing
  • Multilib
  • Multilib-Testing

@FFY00 thanks for opening the issue.
Such feature has already been implemented for AURdroid (https://github.com/rascarlo/AURdroid).
I will take a look asap.
Thanks

Add Linux link to package history/files to Arclinux application @rascarlo