removed all X11 images,patterns and scripts 49/20049/1 accepted/tizen/common/20140425.144512 submit/tizen_common/20140425.143724
authorStephane Desneux <stephane.desneux@open.eurogiciel.org>
Fri, 25 Apr 2014 08:54:15 +0000 (10:54 +0200)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Fri, 25 Apr 2014 08:54:15 +0000 (10:54 +0200)
Change-Id: Ic21355d9ff483f046016b685b33854efb661eeee
Signed-off-by: Stephane Desneux <stephane.desneux@open.eurogiciel.org>
common-repos.yaml
common.yaml
ks/common-qa-unsafe-x11-mbr-i586.yaml [deleted file]
ks/common-qa-unsafe-x11-mbr-x86_64.yaml [deleted file]
ks/common-x11-mbr-i586.yaml [deleted file]
ks/common-x11-mbr-x86_64.yaml [deleted file]
patterns/common-x11.yaml [deleted file]
scripts/common-packaging.post
scripts/common-x11.post [deleted file]

index 8275a5a..f63b37d 100644 (file)
@@ -7,11 +7,3 @@ Repositories:
         Url:  http://download.tizen.org/snapshots/tizen/common/common-wayland-x86_64/@BUILD_ID@/repos/common/x86_64/packages/
         Options: --ssl_verify=no
 
-    -   Name: common-x11_i586
-        Url:  http://download.tizen.org/snapshots/tizen/common/common-x11-ia32/@BUILD_ID@/repos/common/ia32/packages/
-        Options: --ssl_verify=no
-
-    -   Name: common-x11_x86_64
-        Url:  http://download.tizen.org/snapshots/tizen/common/common-x11-x86_64/@BUILD_ID@/repos/common/x86_64/packages/
-        Options: --ssl_verify=no
-
index a55dcf2..7c921fd 100644 (file)
@@ -55,24 +55,3 @@ Wayland:
         - common-desktop-applications
         - common-crosswalk
 
-X11:
-    Part: common-mbr
-    Groups:
-        - Common X11
-        - Common Adaptation
-        - Common Middleware
-        - Common Applications
-        - Common Bluetooth
-        - Common Multimedia
-        - Common Webkit
-        - Common Desktop Applications
-    PostScripts:
-        - common-x11
-        - common-adaptation
-        - common-middleware
-        - common-applications
-        - common-bluetooth
-        - common-multimedia
-        - common-webkit
-        - common-desktop-applications
-
diff --git a/ks/common-qa-unsafe-x11-mbr-i586.yaml b/ks/common-qa-unsafe-x11-mbr-i586.yaml
deleted file mode 100644 (file)
index d2a2515..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Name: Common QA Unsafe X11 MBR i586
-Architecture: ia32
-Schedule: "*"
-Active: True
-Platform: X11
-Part: common-mbr
-FileName: common-qa-unsafe-x11-mbr-i586
-Kernel: kernel-x86-common
-Repos:
-    - common-x11_i586
-Groups:
-    - Common Automated QA Tools
-PostScripts:
-    - common-autoqa
diff --git a/ks/common-qa-unsafe-x11-mbr-x86_64.yaml b/ks/common-qa-unsafe-x11-mbr-x86_64.yaml
deleted file mode 100644 (file)
index cb9214c..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-Name: Common QA Unsafe X11 MBR x86_64
-Architecture: x86_64
-Schedule: "*"
-Active: True
-Platform: X11
-Part: common-mbr
-FileName: common-qa-unsafe-x11-mbr-x86_64
-Kernel: kernel-x86-common
-Repos:
-    - common-x11_x86_64
-Groups:
-    - Common Automated QA Tools
-PostScripts:
-    - common-autoqa
diff --git a/ks/common-x11-mbr-i586.yaml b/ks/common-x11-mbr-i586.yaml
deleted file mode 100644 (file)
index 601e510..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Name: Common X11 MBR i586
-Architecture: ia32
-Schedule: "*"
-Active: True
-Platform: X11
-Part: common-mbr
-FileName: common-x11-mbr-i586
-Kernel: kernel-x86-common
-Repos:
-    - common-x11_i586
diff --git a/ks/common-x11-mbr-x86_64.yaml b/ks/common-x11-mbr-x86_64.yaml
deleted file mode 100644 (file)
index 0c18a0b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Name: Common X11 MBR x86_64
-Architecture: x86_64
-Schedule: "*"
-Active: True
-Platform: X11
-Part: common-mbr
-FileName: common-x11-mbr-x86_64
-Kernel: kernel-x86-common
-Repos:
-    - common-x11_x86_64
diff --git a/patterns/common-x11.yaml b/patterns/common-x11.yaml
deleted file mode 100644 (file)
index 93d81f9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-Summary: Common X11
-Description: Common X11
-Name: common-x11
-Packages:
-- xorg-server
-- xf86-input-synaptics
-- xf86-video-intel
-- xf86-input-keyboard
-- xorg-launch-helper
-- enlightenment
-- user-session-units
index be7af54..338ce82 100644 (file)
@@ -26,9 +26,5 @@ EOF
 arch=ia32
 [ -d /usr/lib64 ] && arch=x86_64
 
-if [ -x /usr/bin/weston ]; then
-       genrepo common-wayland-${arch} http://download.tizen.org/snapshots/tizen/common/common-wayland-${arch}/latest/repos/common/${arch}/packages/
-else
-       genrepo common-x11-${arch} http://download.tizen.org/snapshots/tizen/common/common-x11-${arch}/latest/repos/common/${arch}/packages/
-fi
+genrepo common-wayland-${arch} http://download.tizen.org/snapshots/tizen/common/common-wayland-${arch}/latest/repos/common/${arch}/packages/
 
diff --git a/scripts/common-x11.post b/scripts/common-x11.post
deleted file mode 100644 (file)
index c9e848e..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-###################### common-x11.post ###################
-
-# enable X11 forwarding on ssh
-echo "X11Forwarding yes" >>/etc/ssh/sshd_config
-echo "AddressFamily inet" >>/etc/ssh/sshd_config