From 71a0f8c41d3dd8dc0d51c392b4ea11d56d5f753a Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Thu, 14 Nov 2013 23:04:22 -0500 Subject: [PATCH] Undo the testing ks changes. Do not need --- ivi-repos.yaml | 3 --- ivi.yaml | 2 ++ ks/ivi-efi-testing.yaml | 16 ---------------- ks/ivi-mbr-testing.yaml | 10 ---------- 4 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 ks/ivi-efi-testing.yaml delete mode 100644 ks/ivi-mbr-testing.yaml diff --git a/ivi-repos.yaml b/ivi-repos.yaml index bd9f828..53fc759 100644 --- a/ivi-repos.yaml +++ b/ivi-repos.yaml @@ -5,6 +5,3 @@ Repositories: - Name: ivi-debug Url: https://download.tizen.org/snapshots/tizen/ivi/@ivi/BUILD_ID@/repos/ivi/@ARCH@/debug/ Options: --ssl_verify=no - - Name: ivi-testing - Url: https://download.tizen.org/snapshots/testing/tizen/ivi/ivi-testing/@BUILD_ID@/repos/ivi/@ARCH@/packages/ - Options: --ssl_verify=no diff --git a/ivi.yaml b/ivi.yaml index 2d7c294..e9971df 100644 --- a/ivi.yaml +++ b/ivi.yaml @@ -16,6 +16,8 @@ Default: BootloaderOptions: "--ptable=gpt" StartX: False Desktop: None + Repos: + - ivi SaveRepos: False UserGroups: "audio,video" Groups: diff --git a/ks/ivi-efi-testing.yaml b/ks/ivi-efi-testing.yaml deleted file mode 100644 index 74cd365..0000000 --- a/ks/ivi-efi-testing.yaml +++ /dev/null @@ -1,16 +0,0 @@ -Name: IVI EFI Testing -Schedule: "*" -Active: True -Platform: Wayland-i586 -InstallerFrameworkPlugins: - - bootloader -Part: ivi-efi -FileName: ivi-efi-testing -Kernel: kernel-x86-ivi -Repos: - - ivi-testing -SaveRepos: true -ExtraPackages: - - setup-efi-ivi -PostScripts: - - efi diff --git a/ks/ivi-mbr-testing.yaml b/ks/ivi-mbr-testing.yaml deleted file mode 100644 index 6025053..0000000 --- a/ks/ivi-mbr-testing.yaml +++ /dev/null @@ -1,10 +0,0 @@ -Name: IVI MBR Testing -Schedule: "*" -Active: True -Platform: Wayland-i586 -Part: ivi-mbr -FileName: ivi-mbr-testing -Kernel: kernel-x86-ivi -Repos: - - ivi-testing -SaveRepos: true -- 2.7.4