Changeset 1768

Show
Ignore:
Timestamp:
12/03/08 19:44:31 (1 month ago)
Author:
duncan
Message:

Mark dist as stable since this is trunk public release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/opsview-base/debian/build/mkdeb

    r1521 r1768  
    8282# Update changelog 
    8383echo "Updating changelog" >> ${log_file} 
    84 dch --newversion ${version}${debian_release}1 "${changelog_msg}" >> ${log_file} 2>&1 || \ 
     84dch --distribution stable --newversion ${version}${debian_release}1 "${changelog_msg}" >> ${log_file} 2>&1 || \ 
    8585  build_fail "Couldn't update changelog, see log file in ${log_file}" 
    8686 
  • trunk/opsview-core/debian/build/mkdeb

    r1521 r1768  
    8989# Update changelog 
    9090echo "Updating changelog" >> ${log_file} 
    91 dch --newversion ${version} "${changelog_msg}" >> ${log_file} 2>&1 || \ 
     91dch --distribution stable --newversion ${version} "${changelog_msg}" >> ${log_file} 2>&1 || \ 
    9292  build_fail "Couldn't update changelog, see log file in ${log_file}" 
    9393 
  • trunk/opsview-web/debian/build/mkdeb

    r1521 r1768  
    7373# Update changelog 
    7474echo "Updating changelog" >> ${log_file} 
    75 dch --newversion ${version} "${changelog_msg}" >> ${log_file} 2>&1 || \ 
     75dch --distribution stable --newversion ${version} "${changelog_msg}" >> ${log_file} 2>&1 || \ 
    7676  build_fail "Couldn't update changelog, see log file in ${log_file}" 
    7777