Procházet zdrojové kódy

To add reminder about checking in before tagging and added comment about set -e.

git-svn-id: https://tufte-latex.googlecode.com/svn/trunk@27 516e2f36-ce3a-0410-bea4-1d4a03f5df72
master
Bil Kleb před 18 roky
rodič
revize
e923a3acfc
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      release

+ 2
- 2
release Zobrazit soubor

@@ -3,7 +3,7 @@
package='tufte-latex' package='tufte-latex'
class='tufte-handout.cls' class='tufte-handout.cls'


set -e
set -e # exit on first error


if test $# -ne 1; then if test $# -ne 1; then
echo "usage: $0 VERSION" echo "usage: $0 VERSION"
@@ -68,7 +68,7 @@ cat << MESSAGE


`openssl dgst -sha1 pkg/$package-$version.zip` `openssl dgst -sha1 pkg/$package-$version.zip`


Don't forget to tag,
Don't forget to tag (after committing changes),


svn cp -m'To tag release $version.' \\ svn cp -m'To tag release $version.' \\
https://$package.googlecode.com/svn/trunk \\ https://$package.googlecode.com/svn/trunk \\


Načítá se…
Zrušit
Uložit