theslinux-buildsystem branch uim-vi updated b63151c Fix :get_update to use new Github format

  • From: git@xxxxxxxxxxxxxxxxxxxx
  • To: theslinux-phantom@xxxxxxxxxxxxx
  • Date: Thu, 15 Aug 2013 15:22:41 -0700

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "theslinux-buildsystem".

The branch, uim-vi has been updated
       via  b63151cae7cb449f7762fcf27cd19b80c6a64879 (commit)
      from  e3212cb78f59f7f2499213b9a27c104973007cbb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b63151cae7cb449f7762fcf27cd19b80c6a64879
Author: Ky-Anh Huynh <kyanh@xxxxxxxxxxxxx>
Date:   Fri Aug 16 05:20:50 2013 +0700

    Fix :get_update to use new Github format
    
    The output format of Github page /tags/ has changed (!?),
    and we need to use another :regexp to filter real tags.
    
    This is an example of how hard the :get_update can be.
    It is also clear that though we can use the old PKGBUILD,
    the portion :get_update should only be in the latest branch.
    Maybe we need to move :get_update off PKGBUILD

-----------------------------------------------------------------------

Summary of changes:
 uim-vi/PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uim-vi/PKGBUILD b/uim-vi/PKGBUILD
index 9c2ca85..dddcb79 100644
--- a/uim-vi/PKGBUILD
+++ b/uim-vi/PKGBUILD
@@ -96,7 +96,7 @@ get_update() {
   lynx -dump \
     -connect_timeout="${CURL_TIMEOUT:-3}" \
     "$_url" 2>/dev/null \
-  | grep -- "tree/uim-" \
+  | grep -- "releases/tag/" \
   | head -1 \
   | awk '{print $NF}' \
   | while read _line; do


hooks/post-receive
-- 
theslinux-buildsystem
--
Purpose: Store commits, feeds from other projects
Post: mailto:theslinux-phantom@xxxxxxxxxxxxx
Archive, Gmane: http://theslinux.org/lists/phantom/
Subscribe: mailto:theslinux-phantom-request@xxxxxxxxxxxxx?Subject=subscribe
Unsubscribe: mailto:theslinux-phantom-request@xxxxxxxxxxxxx?Subject=unsubscribe
Other information: http://theslinux.org/lists (vi) or 
http://theslinux.org/lists/en (en)
Support: mailto:theslinux-questions@xxxxxxxxxxxxx

Other related posts:

  • » theslinux-buildsystem branch uim-vi updated b63151c Fix :get_update to use new Github format - git