Hello community,
here is the log from the commit of package installation-images-openSUSE for
openSUSE:Factory checked in at 2016-11-21 14:22:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "installation-images-openSUSE"
Changes:
--------
---
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2016-11-11 14:30:42.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
2016-11-21 14:22:13.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 18 13:51:00 UTC 2016 - [email protected]
+
+- removed double documentation page for README
+- enabled "edit on github" button on the doc pages
+- 14.278
+
+-------------------------------------------------------------------
Old:
----
installation-images-14.277.tar.xz
New:
----
installation-images-14.278.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.Dho51K/_old 2016-11-21 14:22:14.000000000 +0100
+++ /var/tmp/diff_new_pack.Dho51K/_new 2016-11-21 14:22:14.000000000 +0100
@@ -380,7 +380,7 @@
Summary: Installation Image Files for %theme
License: GPL-2.0+
Group: Metapackages
-Version: 14.277
+Version: 14.278
Release: 0
Provides: installation-images = %version-%release
Source: installation-images-%{version}.tar.xz
++++++ installation-images-14.277.tar.xz -> installation-images-14.278.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.277/README.md
new/installation-images-14.278/README.md
--- old/installation-images-14.277/README.md 2016-11-09 16:33:00.000000000
+0100
+++ new/installation-images-14.278/README.md 2016-11-18 14:47:16.000000000
+0100
@@ -5,6 +5,5 @@
Scripts and tools to generate the disk images used during installation
(inst-sys) and the rescue disk images for openSUSE and SUSE.
-Further information can be found in the [included
documentation](doc/README.md),
-easily browsable online at
-[ReadTheDocs.org](http://installation-images.readthedocs.org/).
+Further information can be found at
[ReadTheDocs.org](http://installation-images.readthedocs.org/) or
+reading the [doc sources](doc).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.277/VERSION
new/installation-images-14.278/VERSION
--- old/installation-images-14.277/VERSION 2016-11-09 16:33:00.000000000
+0100
+++ new/installation-images-14.278/VERSION 2016-11-18 14:47:16.000000000
+0100
@@ -1 +1 @@
-14.277
+14.278
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.277/changelog
new/installation-images-14.278/changelog
--- old/installation-images-14.277/changelog 2016-11-09 16:33:00.000000000
+0100
+++ new/installation-images-14.278/changelog 2016-11-18 14:47:16.000000000
+0100
@@ -1,3 +1,7 @@
+2016-11-13: 14.278
+ - removed double documentation page for README
+ - enabled "edit on github" button on the doc pages
+
2016-11-09: 14.277
- fix last module config change
- stick to grub default colors (bsc #1005899)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.277/doc/README.md
new/installation-images-14.278/doc/README.md
--- old/installation-images-14.277/doc/README.md 2016-11-09
16:33:00.000000000 +0100
+++ new/installation-images-14.278/doc/README.md 1970-01-01
01:00:00.000000000 +0100
@@ -1,64 +0,0 @@
-# (open)SUSE installation images
-
-Scripts and tools to generate the disk images used during installation
-(inst-sys) and the rescue disk images for openSUSE and SUSE.
-
-## Generating the images locally
-
-To build a new image, you have to:
-
-* be root
-* put the installation-images directory on a *local* file system (ie. not NFS)
-
-Then you can run ```make``` to build all parts.
-
-The images are stored in the 'image' directory, the contents of the images
-is in the 'tmp' directory.
-
-```make install``` will gather the images an put them into the 'instsys' dir.
-
-For testing purposes there is a make target 'cd1' that builds a complete
-tree as it's used on our media.
-
-## Configuring the generation of images
-
-The exact behavior of ```make``` can be influenced by several environment
-variables. For a full description of these variables and how they affect each
-image, check the [configoptions.md](configoptions.md) file.
-
-## Committing changes to (open)SUSE
-
-**NOTE: we discussed here something about a hack to exclude branding in some
cases**
-
-Every time a new commit is integrated into the master branch of the repository,
-a new submit request is created in the openSUSE Build Service for the
-[corresponding
package](https://build.opensuse.org/package/show/openSUSE:Factory/installation-images-openSUSE).
-
-A similar procedure is set in other branches of this repository, making
possible
-to submit changes to other products and versions as well.
-
-* Branch ```sl_11.1``` SUSE Enterprise 11 SP4.
-* Branch ```sle12``` SUSE Enterprise 12.
-* Branch ```master``` Factory and SUSE Enterprise 12 SP1.
-
-You can find more information about this workflow in the [linuxrc-devtools
-documentation](https://github.com/openSUSE/linuxrc-devtools#opensuse-development).
-
-## Anatomy of the images
-
-After a successful execution of ```make``` the directory ```images/``` will
-contain several subdirectories and files. This structure is described in the
-[images.md](images.md) file.
-
-## FAQ
-
-* How to make sure a driver is available in the installation/rescue system?
- Check the [modules.md](modules.md) file.
-
-* How to add a package or one of its file to the image?
- Check the [files.md](files.md) file.
-
-* How the branding works?
- Check the [branding.md](branding.md) file
-
-**TODO FAQ: compression algorithm, linemode, fonts**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.277/doc/index.md
new/installation-images-14.278/doc/index.md
--- old/installation-images-14.277/doc/index.md 2016-11-21 14:22:14.000000000
+0100
+++ new/installation-images-14.278/doc/index.md 2016-11-18 14:47:16.000000000
+0100
@@ -1 +1,64 @@
-symbolic link to README.md
+# (open)SUSE installation images
+
+Scripts and tools to generate the disk images used during installation
+(inst-sys) and the rescue disk images for openSUSE and SUSE.
+
+## Generating the images locally
+
+To build a new image, you have to:
+
+* be root
+* put the installation-images directory on a *local* file system (ie. not NFS)
+
+Then you can run ```make``` to build all parts.
+
+The images are stored in the 'image' directory, the contents of the images
+is in the 'tmp' directory.
+
+```make install``` will gather the images an put them into the 'instsys' dir.
+
+For testing purposes there is a make target 'cd1' that builds a complete
+tree as it's used on our media.
+
+## Configuring the generation of images
+
+The exact behavior of ```make``` can be influenced by several environment
+variables. For a full description of these variables and how they affect each
+image, check the [configoptions.md](configoptions.md) file.
+
+## Committing changes to (open)SUSE
+
+**NOTE: we discussed here something about a hack to exclude branding in some
cases**
+
+Every time a new commit is integrated into the master branch of the repository,
+a new submit request is created in the openSUSE Build Service for the
+[corresponding
package](https://build.opensuse.org/package/show/openSUSE:Factory/installation-images-openSUSE).
+
+A similar procedure is set in other branches of this repository, making
possible
+to submit changes to other products and versions as well.
+
+* Branch ```sl_11.1``` SUSE Enterprise 11 SP4.
+* Branch ```sle12``` SUSE Enterprise 12.
+* Branch ```master``` Factory and SUSE Enterprise 12 SP1.
+
+You can find more information about this workflow in the [linuxrc-devtools
+documentation](https://github.com/openSUSE/linuxrc-devtools#opensuse-development).
+
+## Anatomy of the images
+
+After a successful execution of ```make``` the directory ```images/``` will
+contain several subdirectories and files. This structure is described in the
+[images.md](images.md) file.
+
+## FAQ
+
+* How to make sure a driver is available in the installation/rescue system?
+ Check the [modules.md](modules.md) file.
+
+* How to add a package or one of its file to the image?
+ Check the [files.md](files.md) file.
+
+* How the branding works?
+ Check the [branding.md](branding.md) file
+
+**TODO FAQ: compression algorithm, linemode, fonts**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/installation-images-14.277/mkdocs.yml
new/installation-images-14.278/mkdocs.yml
--- old/installation-images-14.277/mkdocs.yml 2016-11-09 16:33:00.000000000
+0100
+++ new/installation-images-14.278/mkdocs.yml 2016-11-18 14:47:16.000000000
+0100
@@ -4,3 +4,6 @@
# Run 'mkdocs serve' to view it locally.
site_name: (open)SUSE installation images
docs_dir: doc
+theme: readthedocs
+repo_url: https://github.com/openSUSE/installation-images
+edit_uri: edit/master/doc/