On 4/28/2017 7:26 AM, Michael Jaspe wrote:
> how about create a new Web Server Bundle Package?
>
> A new web server package that includes:
> NGINX Stable >
> MariaDB Stable >
> PHP 7.1 latest >
these three make sense (and I should have that today, but we'll check. if not we'll fix it)
> phpmyAdmin Stable >
this one I'm a little bit more hesitant about due to the security history ;-)
how about create a new Web Server Bundle Package?
A new web server package that includes:
NGINX Stable >
MariaDB Stable >
PHP 7.1 latest >
phpmyAdmin Stable >
I'm a web dev that used nginx and latest php version on developing my web
framework.
I'm currently using fedora in developing my web framework because it suits
my needs.
now I'm converting to clear linux but i'm always compiling from source.
what can you say?
Hi,
until now, Clear Linux had a very rudimentary, XFCE based GUI.
Now, as most folks know, XFCE development is pretty slow and
while I appreciate the work of the developers that work on XFCE,
we wanted to be able to move Clear Linux to a Wayland environment
over time, and XFCE has no path to that.
Being a cloud oriented Linux distro, the UI hasn't been a top priority
for us, but since September of last year we've slowly been adding
all the packages needed for a Gnome3 based UI(both gnome-shell and
gnome-flashback versions) to the Clear Linux OS.
Finally that has reached a point where things have started to work,
and the upcoming release (hopefully later today) will have a "desktop"
bundle which is a Gnome3 based UI.
Currently that is still based on Xorg (we wanted to change 1 thing
at a time), and for the next week or two we'll keep the XFCE UI
in parallel. But our intent is that once the Gnome3 UI is flashed out,
that we deprecate the XFCE side and go to only the Gnome3 stack.
For systems without a 3D card (e.g. VMs) we provide the gnome-flashback environment,
which is in some ways in XFCE style, while for systems with 3D support
we have the full gnome-shell experience.
Once we have the current gnome3 base stable enough, we'll start the work
of moving it to a Wayland underpinning.
DEAP is a novel evolutionary computation framework for rapid prototyping
and testing of ideas. It seeks to make algorithms explicit and data
structures transparent. It works in perfect harmony with parallelisation
mechanism such as multiprocessing and SCOOP.
Signed-off-by: Victor Rodriguez <victor.rodriguez.bahena(a)intel.com>
---
bundles/python-extras | 1 +
1 file changed, 1 insertion(+)
diff --git a/bundles/python-extras b/bundles/python-extras
index 4f4c55c..2e4908a 100644
--- a/bundles/python-extras
+++ b/bundles/python-extras
@@ -6,6 +6,7 @@
include(python-basic)
boto
certifi
+deap
libgfortran-avx
lxml
nose
--
2.12.2
A few basic apps were missing from this list that are currently
part of os-utils-gui. I'm not removing them from there since not
everyone may have this bundle yet (and there's no include present
to force it).
Additionally, `spice-gtk` was added.
The list had lots of duplicates, sorting the list exposed them.
---
bundles/desktop-apps | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)
diff --git a/bundles/desktop-apps b/bundles/desktop-apps
index 8d88b3a..4a7805d 100644
--- a/bundles/desktop-apps
+++ b/bundles/desktop-apps
@@ -7,20 +7,26 @@
include(libX11client)
include(desktop-gnomelibs)
-gimp
-gphoto2
-gnome-calculator
-gnome-screenshot
-flatpak
+claws-mail
+darktable
eog
eog-plugins
-gnome-calculator
-gnome-screenshot
-firefox
-flatpak
-eog
-eog-plugins
-gnome-font-viewer
evolution
evolution-ews
+firefox
+flatpak
+FreeRDP
+geany
+gimp
+gnome-calculator
gnome-characters
+gnome-font-viewer
+gnome-screenshot
+gphoto2
+gvim
+hexchat
+pavucontrol
+spice-gtk
+thunderbird
+tigervnc
+xemacs
--
2.12.2
On Mon, Apr 24, 2017 at 02:05:02PM -0700, Douglas, William wrote:
> I'm mostly thinking as this is a generic use case bundle having docs
> for nss and openssh seems to be correct. The other bits included are
> the openssh tmpfiles and openssh's moduli file (which should probably
> be moved into extras with the rest of openssh's server parts I think).
> I do have an issue with this patch due to nss being a special
> snowflake and nss-bin (and nss-lib) being the only installable
> package. Do you want me to push that change or would you like to see a
> v2 patch?
This patch it's ok, I just wanted to know if we would be missing
something to validate to avoid regressions later about this fix.
please go ahead and push.
>
> On Mon, Apr 24, 2017 at 1:54 PM, Simental Magana, Marcos
> <marcos.simental.magana(a)intel.com> wrote:
> > This looks correct to me, just a quick question; is there any
> > particular use case for this change I'm missing here?
> >
> > If so, would be nice also to validate we're not missing some bits
> > which are necessary today :-).
> >
> > On Mon, Apr 24, 2017 at 08:24:53PM +0000, William Douglas wrote:
> >> For cryptograhy we aren't particuarly required to be extremely size
> >> sensative so adding the base package for openssh and nss (giving users
> >> docs and libraries for instance) seems to be the right move. Also sort
> >> the package list.
> >> ---
> >> bundles/cryptography | 10 +++++-----
> >> 1 file changed, 5 insertions(+), 5 deletions(-)
> >>
> >> diff --git a/bundles/cryptography b/bundles/cryptography
> >> index 6fc823f..c9d38e0 100644
> >> --- a/bundles/cryptography
> >> +++ b/bundles/cryptography
> >> @@ -3,12 +3,12 @@
> >> # [STATUS]: Active
> >> # [CAPABILITIES]:
> >> # [MAINTAINER]: Marcos Simental <marcos.simental.magana(a)intel.com>
> >> +ca-certs
> >> gnupg
> >> -pinentry
> >> -openssl
> >> gnutls
> >> -ca-certs
> >> -nss-bin
> >> -openssh-bin
> >> +nss
> >> +openssh
> >> +openssl
> >> +pinentry
> >> rng-tools
> >> rng-tools-autostart
> >> --
> >> 2.12.2
> >>
> >
> > --
> > Don't Panic!
> > Marcos Simental.
--
Don't Panic!
Marcos Simental.