#!/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/01_ENTW/centos7

