Compare commits

..

No commits in common. "945558036c1e1a41691902950f2b75765c798427" and "fdaa178e624db7af8f1a7bd083831e00ff3fcb9b" have entirely different histories.

View File

@ -15,8 +15,6 @@ Macros:
EOF EOF
cat _config.factory _config.ring0 >> _config.new cat _config.factory _config.ring0 >> _config.new
sed -i -e "/^RepoURL:/s,/tumbleweed,/history/$version/tumbleweed," _config.new sed -i -e "/^RepoURL:/s,/tumbleweed,/history/$version/tumbleweed," _config.new
# boo#1204790
sed -i -e 's/glibc-devel-32bit.*/glibc-devel-32bit/' _config.new
if [ -e _config ] && cmp -s _config.new _config; then if [ -e _config ] && cmp -s _config.new _config; then
rm _config.new rm _config.new