Changeset 5553

Show
Ignore:
Timestamp:
11/05/09 17:42:31 (3 weeks ago)
Author:
desai
Message:

Version bump to 1.0.0

Location:
trunk/bcfg2
Files:
5 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/bcfg2/debian/changelog

    r5551 r5553  
     1bcfg2 (1.0.0-1) unstable; urgency=low 
     2 
     3  * final release 
     4 
     5 -- Narayan Desai <desai@mcs.anl.gov>  Thu, 05 Nov 2009 17:40:46 -0600 
     6 
    17bcfg2 (1.0.0~rc4-1) unstable; urgency=low 
    28 
  • trunk/bcfg2/misc/bcfg2.spec

    r5551 r5553  
    1414 
    1515Name:             bcfg2 
    16 Version:          1.0.0rc4 
     16Version:          1.0.0 
    1717Release: %{release} 
    1818Summary:          Configuration management system 
     
    2121License:          BSD 
    2222URL:              http://trac.mcs.anl.gov/projects/bcfg2 
    23 Source0:          ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.0.0rc4.tar.gz 
     23Source0:          ftp://ftp.mcs.anl.gov/pub/bcfg/bcfg2-1.0.0.tar.gz 
    2424BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
    2525 
     
    9292 
    9393%prep 
    94 %setup -q -n bcfg2-1.0.0rc4 
     94%setup -q -n bcfg2-1.0.0 
    9595 
    9696%build 
  • trunk/bcfg2/redhat/VERSION

    r5551 r5553  
    1 1.0.0rc4 
     11.0.0 
  • trunk/bcfg2/setup.py

    r5551 r5553  
    55 
    66setup(name="Bcfg2", 
    7       version="1.0.0rc4", 
     7      version="1.0.0", 
    88      description="Bcfg2 Server", 
    99      author="Narayan Desai", 
  • trunk/bcfg2/src/lib/Server/Admin/Init.py

    r5549 r5553  
    102102    subprocess.call((ccstr), shell=True) 
    103103    os.chmod(keypath, 0600) 
    104     os.chmod(certpath, 0600) 
    105104 
    106105def create_conf(confpath, confdata):