#!/bin/bash

#!/bin/bash
echo "Please add comments to commit"
echo "Commit created by Yury A. Romanov <damned at altlinux.ru> for GIVC
 at " `date ` "(" `date +%s` >> /home/yury/spt-test/version.txt
cat >>  /home/yury/spt-test/version.txt
rsync -avP -e ssh /home/yury/spt-test/version.txt givcftp:/ALTLinux/GIVC/

rsync -avP --delete-after -e ssh /home/yury/pkgs/ givcftp:/ALTLinux/GIVC/pkgs/
rsync -avP -e ssh /home/yury/spt-test/livecd.iso givcftp:/ALTLinux/GIVC/livecd.iso
tar -c /home/yury/spt-test/profile/ |bzip2>/home/yury/spt-test/profile.tar.bz2
rsync -avP -e ssh /home/yury/spt-test/profile.tar.bz2 givcftp:/ALTLinux/GIVC/









