[haiku-commits] haiku: hrev53130 - build/jam/repositories/HaikuPorts src/tools

  • From: waddlesplash <waddlesplash@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 15 May 2019 13:32:08 -0400 (EDT)

hrev53130 adds 2 changesets to branch 'master'
old head: 8e05933bc8f796be6afdc1ee918dd74eac70a999
new head: 9fe74faa61be8fb64a79610fa1a1713538b4fa50
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=9fe74faa61be+%5E8e05933bc8f7

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

f7072b7d5a80: hardlink_packages: Fix arguments check.
  
  Thanks Jessica for the review!

9fe74faa61be: HaikuPorts: Bump python, openssh, git for ncurses6.

                              [ Augustin Cavalier <waddlesplash@xxxxxxxxx> ]

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

2 files changed, 9 insertions(+), 9 deletions(-)
build/jam/repositories/HaikuPorts/x86_gcc2 | 16 ++++++++--------
src/tools/hardlink_packages.py             |  2 +-

############################################################################

Commit:      f7072b7d5a80ce2c41b4190ca75ea3beb6cc2756
URL:         https://git.haiku-os.org/haiku/commit/?id=f7072b7d5a80
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Wed May 15 17:19:34 2019 UTC

hardlink_packages: Fix arguments check.

Thanks Jessica for the review!

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

diff --git a/src/tools/hardlink_packages.py b/src/tools/hardlink_packages.py
index 240e48321f..3245b0ae24 100755
--- a/src/tools/hardlink_packages.py
+++ b/src/tools/hardlink_packages.py
@@ -9,7 +9,7 @@
 
 import sys, os, subprocess, re, hashlib
 
-if len(sys.argv) > 5:
+if len(sys.argv) != 5:
        print("usage: hardlink_packages.py [arch] [jam RemotePackageRepository 
file] "
                + "[prebuilt packages directory] [destination root directory]")
        print("note that the [jam RemotePackageRepository file] will be 
modified.")

############################################################################

Revision:    hrev53130
Commit:      9fe74faa61be8fb64a79610fa1a1713538b4fa50
URL:         https://git.haiku-os.org/haiku/commit/?id=9fe74faa61be
Author:      Augustin Cavalier <waddlesplash@xxxxxxxxx>
Date:        Wed May 15 17:31:45 2019 UTC

HaikuPorts: Bump python, openssh, git for ncurses6.

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

diff --git a/build/jam/repositories/HaikuPorts/x86_gcc2 
b/build/jam/repositories/HaikuPorts/x86_gcc2
index 82c4b120cc..1d43d7a086 100644
--- a/build/jam/repositories/HaikuPorts/x86_gcc2
+++ b/build/jam/repositories/HaikuPorts/x86_gcc2
@@ -49,12 +49,12 @@ RemotePackageRepository HaikuPorts
        giflib6-5.0.5-5
        giflib-5.1.4-2
        giflib_devel-5.1.4-2
-       git-2.21.0-2
-       git_arch-2.21.0-2
-       git_cvs-2.21.0-2
-       git_daemon-2.21.0-2
-       git_email-2.21.0-2
-       git_svn-2.21.0-2
+       git-2.21.0-3
+       git_arch-2.21.0-3
+       git_cvs-2.21.0-3
+       git_daemon-2.21.0-3
+       git_email-2.21.0-3
+       git_svn-2.21.0-3
        glu-9.0.0-7
        glu_devel-9.0.0-7
        grep-2.24-1
@@ -125,7 +125,7 @@ RemotePackageRepository HaikuPorts
        openexr_devel-2.2.1-2
        openjpeg-2.1.2-3
        openjpeg_devel-2.1.2-3
-       openssh-7.9p1-1
+       openssh-7.9p1-2
        openssl-1.0.2q-1
        openssl_devel-1.0.2q-1
        p7zip-9.20.1-7
@@ -135,7 +135,7 @@ RemotePackageRepository HaikuPorts
        pe-2.4.5-8
        perl-5.28.2-1
        pkgconfig-0.29.2-3
-       python-2.7.16-1
+       python-2.7.16-2
        qrencode_kdl_devel-3.4.4-2
        readline6-6.3.8-2
        readline-7.0.3-3


Other related posts:

  • » [haiku-commits] haiku: hrev53130 - build/jam/repositories/HaikuPorts src/tools - waddlesplash