diff --git a/.gitignore b/.gitignore index e054c11..b72f9be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ *~ *.swp -/distribution diff --git a/build b/build index 9632678..d33913e 100755 --- a/build +++ b/build @@ -27,3 +27,9 @@ rsync --recursive --verbose ${SourcePrefix}_*/* $TargetFolder # Copy current website; overwriting the legacy ones where needed. rsync --recursive --verbose ${SourcePrefix}/* $TargetFolder + +git add $TargetFolder +git commit -m "Automated build" \ + --author="build script " \ + -- $TargetFolder +