|
Check-in Number:
|
3297 | |
| Date: |
2003-Mar-07 11:37:50 (local)
2003-Mar-07 10:37:50 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
add script for releasing a tarball |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/getopt/devtool.conf 1.1 -> 1.2
--- devtool.conf 2003/03/07 10:35:16 1.1
+++ devtool.conf 2003/03/07 10:37:50 1.2
@@ -27,3 +27,7 @@
ls -l getopt-${V}.tar.gz
gunzip <getopt-${V}.tar.gz | tar tvf -
+%release
+ echo "+++ copying to ftp://ftp.ossp.org/pkg/lib/getopt/"
+ scp getopt-*.tar.gz master.ossp.org:/e/ossp/ftp/pkg/lib/getopt/
+
|
|