#!/bin/bash

rsync -av /home/tantepoth/rpmbuild/RPMS/noarch/ ./noarch/
rsync -av /home/tantepoth/rpmbuild/RPMS/x86_64/ ./x86_64/
rsync -av /home/tantepoth/rpmbuild/SRPMS/ ./SRPMS/
createrepo /home/srv/ftp/pub/03_PROD/centos7

