From 4b16c82ce4d7d78d943f81ea536f4407a7caf4bb Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 20 Feb 2010 22:02:43 +0100 Subject: Prepare release of 1.3.2 (set release date, sync release notes, update website) --- CHANGES | 2 +- RELEASE_NOTES | 14 ++++---------- doc/layman.8.xml | 2 +- layman/version.py | 2 +- www/index.html | 22 +++++++++++----------- 5 files changed, 18 insertions(+), 24 deletions(-) diff --git a/CHANGES b/CHANGES index 8a76df1..b37a862 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ CHANGES ------- -Version TODO +Version 1.3.2 - Released 2010/02/20 =================================== - Fix syncing of tar overlays (bug #304547) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 0e0365d..8c714ee 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,24 +1,18 @@ -Version 1.3.1 - Released 2010/02/05 +Version 1.3.2 - Released 2010/02/20 =================================== FULL CHANGES ------------ - - Fix handling of CVS overlays (bug #301689) - Thanks for the patch to Dmitry Karasik! + - Fix syncing of tar overlays (bug #304547) - - Fix handling of non-existing overlays (bug #301612) - - - Now delete empty overlay directories (bug #301612) .. - - on deletion of a non-existing overlay and - - after failed addition of an overlay. + - Hint about broken overlay catalog (bug #304781) SHORT CHANGES ------------- - layman-1.3.1 is a bugfix release: Adding/deleting/syncing - overlays did not work in all cases. + layman-1.3.2 is a bugfix release. FRESHMEAT diff --git a/doc/layman.8.xml b/doc/layman.8.xml index d7fc425..246c83d 100644 --- a/doc/layman.8.xml +++ b/doc/layman.8.xml @@ -197,7 +197,7 @@ layman January 2010 layman - 1.3.1 + 1.3.2 2005-2009 Gunnar Wrobel diff --git a/layman/version.py b/layman/version.py index bad3ab1..631ffcc 100644 --- a/layman/version.py +++ b/layman/version.py @@ -20,7 +20,7 @@ __version__ = "$Id: version.py 309 2007-04-09 16:23:38Z wrobel $" -VERSION = '1.3.1' +VERSION = '1.3.2' if __name__ == '__main__': print VERSION diff --git a/www/index.html b/www/index.html index 137fbba..9455976 100644 --- a/www/index.html +++ b/www/index.html @@ -1,11 +1,11 @@ -layman

layman

Gunnar Wrobel


+layman

layman

Gunnar Wrobel


    
    
      http://gunnarwrobel.de
    

-   


Table of Contents

Overview
External links
Reference
layman — +   


Table of Contents

Overview
External links
Reference
layman — manage your local repository of Gentoo overlays -

Overview

  • +

Overview

External links

  • +

External links

Synopsis

layman [-a] | [--add] [ALL] | [overlay]

layman [-d] | [--delete] [ALL] | [overlay]

layman [-s] | [--sync] [ALL] | [overlay]

layman [-i] | [--info] [ALL] | [overlay]

layman [-S] | [--sync-all]

layman [-L] | [--list]

layman [-l] | [--list-local]

layman [-f] | [--fetch]

Description

layman is a script that allows you to add, remove and update Gentoo overlays from a variety of - sources.

WARNING

layman makes it easy to retrieve and + sources.

WARNING

layman makes it easy to retrieve and update overlays for Gentoo. In addition it makes it TRIVIAL to break your system.

The main portage tree provides you with high quality ebuilds @@ -266,9 +266,9 @@ darcs, git, mercurial or provided as tar packages. -

Overlay lists

Overlay list format

+

Overlay lists

Overlay list format

Layman uses a central list of overlays in XML format. The file looks like this: -

Example 1. An example overlays.xml file

+	    

Example 1. An example overlays.xml file

 	      <?xml version="1.0" encoding="UTF-8"?>
 	      <!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
 	      <repositories xmlns="" version="1.0">
@@ -288,13 +288,13 @@
 	        </repo>
 	      </repositories>
 	      


-

Adding an overlay locally

+

Adding an overlay locally

Simply create an overlay list in the format described above and run layman with the -o switch. You need to prepend local file URLs with file://. -

Adding an overlay globally

+

Adding an overlay globally

The global list of overlays used by layman lies at http://www.gentoo.org/proj/en/overlays/repositories.xml. @@ -307,9 +307,9 @@ at . You can also join #gentoo-overlays on irc.freenode.net. -

Examples

Installing an overlay

layman -f -a wrobel

This would add the overlay with the id +

Examples

Installing an overlay

layman -f -a wrobel

This would add the overlay with the id wrobel to your list of installed - overlays.

Syncing your overlays

layman -s ALL

This updates all overlays

Performing several actions at the same time

layman -f -a wrobel -a webapps-experimental

This fetches the remote list and immediately adds two + overlays.

Syncing your overlays

layman -s ALL

This updates all overlays

Performing several actions at the same time

layman -f -a wrobel -a webapps-experimental

This fetches the remote list and immediately adds two overlays

Files

/etc/layman/layman.cfg

Configuration file, holding the defaults for layman

Reporting bugs

Please report bugs you might find at http://bugs.gentoo.org -- cgit v1.2.3-1-g7c22