mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
Make this thing return reasonable error codes.
This commit is contained in:
@@ -8,6 +8,6 @@ for f in `find -type f -mtime -30 | grep -v "fedora-meeting\."`
|
||||
do
|
||||
teamname=$(basename $f | awk -F. '{ print $1 }' )
|
||||
mkdir -p $BASELOCATION/$teamname
|
||||
ln -s $PWD/$f $BASELOCATION/$teamname/ 2> /dev/null
|
||||
ln -f -s $PWD/$f $BASELOCATION/$teamname/ 2> /dev/null
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user