Skip to content

Commit ba6a0ed

Browse files
author
jtamagnan-delphix
authored
GHM-188 [Backport of GHM-159 to 6.0/patch] Modify linux-pkg to point to GitHub version of repositories (#203)
PR URL: https://www.github.com/delphix/linux-pkg/pull/203
1 parent 5c7b38b commit ba6a0ed

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/challenge-response/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
# shellcheck disable=SC2034
1818

19-
DEFAULT_PACKAGE_GIT_URL="https://gitlab.delphix.com/os-platform/linux-dlpx-pkgs.git"
19+
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/challenge-response.git"
2020

2121
function prepare() {
2222
logmust install_pkgs \

packages/crash-python/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# shellcheck disable=SC2034
19-
DEFAULT_PACKAGE_GIT_URL="https://gitlab.delphix.com/os-platform/crash-python.git"
19+
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/crash-python.git"
2020

2121
function prepare() {
2222
logmust install_build_deps_from_control_file

packages/crypt-blowfish/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
# shellcheck disable=SC2034
1818

19-
DEFAULT_PACKAGE_GIT_URL="https://gitlab.delphix.com/os-platform/linux-3rd-party-pkgs.git"
19+
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/crypt-blowfish.git"
2020
SKIP_COPYRIGHTS_CHECK=true
2121

2222
function build() {

packages/delphix-sso-app/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
# shellcheck disable=SC2034
1818

19-
DEFAULT_PACKAGE_GIT_URL="https://gitlab.delphix.com/app/saml-app.git"
19+
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/saml-app.git"
2020
PACKAGE_DEPENDENCIES="adoptopenjdk"
2121

2222
function prepare() {

packages/gdb-python/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# shellcheck disable=SC2034
19-
DEFAULT_PACKAGE_GIT_URL="https://gitlab.delphix.com/os-platform/gdb-python.git"
19+
DEFAULT_PACKAGE_GIT_URL="https://github.com/delphix/gdb-python.git"
2020

2121
function prepare() {
2222
logmust install_build_deps_from_control_file

0 commit comments

Comments
 (0)