Changeset 54


Ignore:
Timestamp:
05/03/08 01:52:25 (4 years ago)
Author:
bruno
Message:
  • First set of built rpms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/dploy-common/install.sh

    r53 r54  
    1414 
    1515echo "PBPKG PBVER-rPBREV will be installed under $local" 
     16 
     17# Conf file 
     18install -m 0644 etc/dploy.conf $conf 
     19 
     20# Handling keys 
    1621mkdir -p $conf/keys 
    1722cd $conf/keys 
    1823ssh-keygen -b 1024 -t dsa -f dploy_id_dsa -q -N "" 
    1924 
    20 install -m 0644 etc/dploy.conf $conf 
Note: See TracChangeset for help on using the changeset viewer.