summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorEden <bw1212.lee@samsung.com>2018-06-29 04:08:41 +0900
committerJan Kotas <jkotas@microsoft.com>2018-06-28 12:08:41 -0700
commit96a47e0f4a48ef3c5c59ec40f69c4923a6699e56 (patch)
treeb06077cfdf25c7e2b86566268058b51960cdb530 /cross
parente0e2859acf5f198d6946f881fcda1419c5d3d001 (diff)
downloadcoreclr-96a47e0f4a48ef3c5c59ec40f69c4923a6699e56.tar.gz
coreclr-96a47e0f4a48ef3c5c59ec40f69c4923a6699e56.tar.bz2
coreclr-96a47e0f4a48ef3c5c59ec40f69c4923a6699e56.zip
Update Tizen CI docker image (#18567)
* Update Tizen rootfs generation scripts for Tizen 5.0 M1 * Update Tizen CI docker image * Update Tizen CI RID
Diffstat (limited to 'cross')
-rwxr-xr-xcross/armel/tizen-fetch.sh10
-rw-r--r--cross/armel/tizen/tizen-dotnet.ks4
2 files changed, 7 insertions, 7 deletions
diff --git a/cross/armel/tizen-fetch.sh b/cross/armel/tizen-fetch.sh
index a8ab02a56c..ba16e991c7 100755
--- a/cross/armel/tizen-fetch.sh
+++ b/cross/armel/tizen-fetch.sh
@@ -51,7 +51,7 @@ if [ ! -d $TMPDIR ]; then
mkdir -p $TMPDIR
fi
-TIZEN_URL=http://download.tizen.org/snapshots/tizen
+TIZEN_URL=http://download.tizen.org/releases/milestone/tizen
BUILD_XML=build.xml
REPOMD_XML=repomd.xml
PRIMARY_XML=primary.xml
@@ -154,8 +154,8 @@ fetch_tizen_pkgs()
done
}
-Inform "Initialize arm 4.0-base"
-fetch_tizen_pkgs_init arm 4.0-base
+Inform "Initialize arm base"
+fetch_tizen_pkgs_init standard base
Inform "fetch common packages"
fetch_tizen_pkgs armv7l gcc glibc glibc-devel libicu libicu-devel
fetch_tizen_pkgs noarch linux-glibc-devel
@@ -164,8 +164,8 @@ fetch_tizen_pkgs armv7l lldb lldb-devel libgcc libstdc++ libstdc++-devel libunwi
Inform "fetch corefx packages"
fetch_tizen_pkgs armv7l libcom_err libcom_err-devel zlib zlib-devel libopenssl libopenssl-devel krb5 krb5-devel libcurl libcurl-devel
-Inform "Initialize standard 4.0-unified"
-fetch_tizen_pkgs_init standard 4.0-unified
+Inform "Initialize standard unified"
+fetch_tizen_pkgs_init standard unified
Inform "fetch corefx packages"
fetch_tizen_pkgs armv7l gssdp gssdp-devel
diff --git a/cross/armel/tizen/tizen-dotnet.ks b/cross/armel/tizen/tizen-dotnet.ks
index b671c4f6ef..506d455bd4 100644
--- a/cross/armel/tizen/tizen-dotnet.ks
+++ b/cross/armel/tizen/tizen-dotnet.ks
@@ -8,8 +8,8 @@ rootpw tizen
desktop --autologinuser=root
user --name root --groups audio,video --password 'tizen'
-repo --name=standard --baseurl=http://download.tizen.org/snapshots/tizen/4.0-unified/latest/repos/standard/packages/ --ssl_verify=no
-repo --name=base --baseurl=http://download.tizen.org/snapshots/tizen/4.0-base/latest/repos/arm/packages/ --ssl_verify=no
+repo --name=standard --baseurl=http://download.tizen.org/releases/milestone/tizen/unified/latest/repos/standard/packages/ --ssl_verify=no
+repo --name=base --baseurl=http://download.tizen.org/releases/milestone/tizen/base/latest/repos/standard/packages/ --ssl_verify=no
%packages
tar