This isn't as useful as it seems

This commit is contained in:
Jason A. Donenfeld 2015-08-17 14:14:00 +02:00
parent 9dd6042cdd
commit cd63a3607a
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ ebegin "Cleaning news git repo"
git -C "$NEWSDIR" clean -fdxq
eend_die $?
[[ -n "$(find "$NEWSDIR" -mindepth 1 -maxdepth 1 -type d -name "*-*-*")" ]] && \
die "It seems the repository format of proj/gentoo-news has changed! Update your script!"
ebegin "Copying news to base directory"
cp -a "$NEWSDIR"/*/* "$NEWSDIR"
eend $?