theslinux-home branch master updated 6aec79f d.uim-vi.testing.2013: update wget script with more details

  • From: git@xxxxxxxxxxxxxxxxxxxx
  • To: theslinux-phantom@xxxxxxxxxxxxx
  • Date: Fri, 09 Aug 2013 16:43:26 -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-home".

The branch, master has been updated
       via  6aec79f751d81370872432f34c187664a19e9a7f (commit)
      from  2340a14b328dceef96b54cf57fef2648c211bafb (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 6aec79f751d81370872432f34c187664a19e9a7f
Author: Ky-Anh Huynh <kyanh@xxxxxxxxxxxxx>
Date:   Sat Aug 10 06:41:36 2013 +0700

    d.uim-vi.testing.2013: update wget script with more details
    
    * Provide final messages to help users how to verify/install packages
    * Use "wget -c" to avoid duplicate downloads
    * Provide links to support page

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

Summary of changes:
 content/doc/uim-vi/testing/wget32.txt | 46 ++++++++++++++++++++++++++---------
 content/doc/uim-vi/testing/wget64.txt | 46 ++++++++++++++++++++++++++---------
 2 files changed, 70 insertions(+), 22 deletions(-)

diff --git a/content/doc/uim-vi/testing/wget32.txt 
b/content/doc/uim-vi/testing/wget32.txt
index c5a4e58..d22bea3 100644
--- a/content/doc/uim-vi/testing/wget32.txt
+++ b/content/doc/uim-vi/testing/wget32.txt
@@ -5,19 +5,43 @@
 # License: Fair license
 # Date   : 2013 July 12th
 
-wget 
https://raw.github.com/TheSLinux/homepage/master/content/security/pgp_security.pub
+wget -c 
https://raw.github.com/TheSLinux/homepage/master/content/security/pgp_security.pub
 
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/126-uim-vi-1.0.0-2-any.pkg.tar.xz
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/126-uim-vi-1.0.0-2-any.pkg.tar.xz.asc
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/126-uim-vi-1.0.0-2-any.pkg.tar.xz
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/126-uim-vi-1.0.0-2-any.pkg.tar.xz.asc
 
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-db-vi-1.6.4-8-any.pkg.tar.xz
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-db-vi-1.6.4-8-any.pkg.tar.xz.asc
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-db-vi-1.6.4-8-any.pkg.tar.xz
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-db-vi-1.6.4-8-any.pkg.tar.xz.asc
 
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-xtelex-1.4.0-2-any.pkg.tar.xz
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-xtelex-1.4.0-2-any.pkg.tar.xz.asc
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-xtelex-1.4.2-1-any.pkg.tar.xz
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-xtelex-1.4.2-1-any.pkg.tar.xz.asc
 
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-lib-1.6.4-2-i686.pkg.tar.xz
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-lib-1.6.4-2-i686.pkg.tar.xz.asc
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-lib-1.6.4-2-i686.pkg.tar.xz
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-lib-1.6.4-2-i686.pkg.tar.xz.asc
 
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-1.8.5-37-i686.pkg.tar.xz
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-1.8.5-37-i686.pkg.tar.xz.asc
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-1.8.5-37-i686.pkg.tar.xz
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-1.8.5-37-i686.pkg.tar.xz.asc
+
+cat <<\EOF
+========================================================================
+                                WARNING
+========================================================================
+
+You should verify the packages using GnuPG
+
+  gpg --import pgp_security.pub
+  for f in *.asc; do gpg --verify $f || break; done
+
+After verifying packages (no error found!) you can install them with
+
+  pacman -U *{any,x86_64}.pkg.tar.xz
+  # pacman -U *{any,i686}.pkg.tar.xz
+
+We have great support, but don't forget to check this link before asking
+
+  http://theslinux.org/doc/uim-vi/testing/2013/#notes
+
+Now I'm retired. Have fun, guy.
+
+========================================================================
+EOF
diff --git a/content/doc/uim-vi/testing/wget64.txt 
b/content/doc/uim-vi/testing/wget64.txt
index 58837d6..662a529 100644
--- a/content/doc/uim-vi/testing/wget64.txt
+++ b/content/doc/uim-vi/testing/wget64.txt
@@ -5,19 +5,43 @@
 # License: Fair license
 # Date   : 2013 July 12th
 
-wget 
https://raw.github.com/TheSLinux/homepage/master/content/security/pgp_security.pub
+wget -c 
https://raw.github.com/TheSLinux/homepage/master/content/security/pgp_security.pub
 
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/126-uim-vi-1.0.0-2-any.pkg.tar.xz
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/126-uim-vi-1.0.0-2-any.pkg.tar.xz.asc
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/126-uim-vi-1.0.0-2-any.pkg.tar.xz
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/126-uim-vi-1.0.0-2-any.pkg.tar.xz.asc
 
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-db-vi-1.6.4-8-any.pkg.tar.xz
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-db-vi-1.6.4-8-any.pkg.tar.xz.asc
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-db-vi-1.6.4-8-any.pkg.tar.xz
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-db-vi-1.6.4-8-any.pkg.tar.xz.asc
 
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-xtelex-1.4.0-2-any.pkg.tar.xz
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-xtelex-1.4.0-2-any.pkg.tar.xz.asc
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-xtelex-1.4.2-1-any.pkg.tar.xz
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-xtelex-1.4.2-1-any.pkg.tar.xz.asc
 
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-lib-1.6.4-2-x86_64.pkg.tar.xz
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-lib-1.6.4-2-x86_64.pkg.tar.xz.asc
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-lib-1.6.4-2-x86_64.pkg.tar.xz
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/m17n-lib-1.6.4-2-x86_64.pkg.tar.xz.asc
 
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-1.8.5-36-x86_64.pkg.tar.xz
-wget 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-1.8.5-36-x86_64.pkg.tar.xz.asc
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-1.8.5-36-x86_64.pkg.tar.xz
+wget -c 
http://mirror-fpt-telecom.fpt.net/theslinux/testing/uim-vi-1.8.5-36-x86_64.pkg.tar.xz.asc
+
+cat <<\EOF
+========================================================================
+                                WARNING
+========================================================================
+
+You should verify the packages using GnuPG
+
+  gpg --import pgp_security.pub
+  for f in *.asc; do gpg --verify $f || break; done
+
+After verifying packages (no error found!) you can install them with
+
+  pacman -U *{any,x86_64}.pkg.tar.xz
+  # pacman -U *{any,i686}.pkg.tar.xz
+
+We have great support, but don't forget to check this link before asking
+
+  http://theslinux.org/doc/uim-vi/testing/2013/#notes
+
+Now I'm retired. Have fun, guy.
+
+========================================================================
+EOF


hooks/post-receive
-- 
theslinux-home
--
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-home branch master updated 6aec79f d.uim-vi.testing.2013: update wget script with more details - git