Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/script/commit_mark.sh

    r740 r988  
    22# add a autobuild message to the HEAD commit
    33
    4 if grep -q '^Autobuild.User' "$1"; then
    5     echo "Already marked as tested"
     4branch=$(git branch --contains HEAD | grep '^\* ' | sed -e 's/^\* //')
     5
     6if grep -q "^Autobuild\-User($branch): " "$1"; then
     7    echo "Already marked as tested for $branch"
    68    exit 0
    79fi
     
    1416cat <<EOF >> "$1"
    1517
    16 Autobuild-User: $fullname <$mailaddr>
    17 Autobuild-Date: $(date) on $(hostname)
     18Autobuild-User($branch): $fullname <$mailaddr>
     19Autobuild-Date($branch): $(date) on $(hostname)
    1820EOF
    1921exit 0
Note: See TracChangeset for help on using the changeset viewer.