|
Last change
on this file since 2769 was 2769, checked in by Александър Шопов, 13 years ago |
|
svn-scripts: Скриптове за публикуване на информация
|
-
Property svn:executable
set to
*
|
|
File size:
269 bytes
|
| Line | |
|---|
| 1 | #!/bin/bash
|
|---|
| 2 | export LANG=en_US.UTF-8
|
|---|
| 3 | REPO="$1"
|
|---|
| 4 | REV="$2"
|
|---|
| 5 | MESSAGE=$(svnlook log "$REPO" -r "$REV")
|
|---|
| 6 | AUTHOR=$(svnlook author "$REPO" -r "$REV")
|
|---|
| 7 | POST="$AUTHOR → $MESSAGE"
|
|---|
| 8 | curl -n --data-urlencode status="$MESSAGE" http://identi.ca/api/statuses/update.xml > /dev/null 2>&1
|
|---|
| 9 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.