Changeset 830 for rpmbuild-bot
- Timestamp:
- Jul 27, 2016, 9:16:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rpmbuild-bot/rpmbuild-bot.sh
r769 r830 287 287 echo "Checking timestamp of $file..." 288 288 local act_ts=`stat -c '%Y' "$file"` 289 # Drop fractional part of seconds reported by older coreutils 290 ts="${ts%%.*}" 291 act_ts="${act_ts%%.*}" 289 292 if [ "$ts" != "$act_ts" ] ; then 290 293 die "Recorded timestamp $ts doesn't match actual timestamp $act_ts for '$file'."
Note:
See TracChangeset
for help on using the changeset viewer.