Skip to content

Commit

Permalink
Update upload paths, as per https://sourceforge.net/apps/trac/sourcef…
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaltaks committed Jun 29, 2011
1 parent 5eedd5c commit d7c59c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions upload.command
@@ -1,12 +1,12 @@
#!/bin/sh #!/bin/sh


# DoubleCommand upload script # DoubleCommand upload script
# #
# $Id$ # $Id$


version=`cat dcversion` version=`cat dcversion`
scp build/DoubleCommand-$version.dmg mbaltaks@web.sourceforge.net:/home/groups/d/do/doublecommand/htdocs/files scp build/DoubleCommand-$version.dmg mbaltaks@web.sourceforge.net:/home/project-web/doublecommand/htdocs/files
scp docs/*.html mbaltaks@web.sourceforge.net:/home/groups/d/do/doublecommand/htdocs scp docs/*.html mbaltaks@web.sourceforge.net:/home/project-web/doublecommand/htdocs
scp docs/*.css mbaltaks@web.sourceforge.net:/home/groups/d/do/doublecommand/htdocs scp docs/*.css mbaltaks@web.sourceforge.net:/home/project-web/doublecommand/htdocs
scp docs/*.gif mbaltaks@web.sourceforge.net:/home/groups/d/do/doublecommand/htdocs scp docs/*.gif mbaltaks@web.sourceforge.net:/home/project-web/doublecommand/htdocs
scp docs/*.txt mbaltaks@web.sourceforge.net:/home/groups/d/do/doublecommand/htdocs scp docs/*.txt mbaltaks@web.sourceforge.net:/home/project-web/doublecommand/htdocs

0 comments on commit d7c59c1

Please sign in to comment.