aboutsummaryrefslogtreecommitdiffstats
path: root/devtools
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-02-18 10:01:47 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-02-18 10:01:47 -0600
commit63352aaf70d97a37b6277fab0f9b957d34dcb9df (patch)
treeacdedffc204d89f1f71f09696270e5719f5e3123 /devtools
parent7f3ec607a34e727324397c2bf240f771b12a0455 (diff)
parentfeba5c5287a7cb4c0ed8f5124ad60a8a291770ad (diff)
downloadmediagoblin-63352aaf70d97a37b6277fab0f9b957d34dcb9df.tar.lz
mediagoblin-63352aaf70d97a37b6277fab0f9b957d34dcb9df.tar.xz
mediagoblin-63352aaf70d97a37b6277fab0f9b957d34dcb9df.zip
Merge branch 'master' into sqlmigrate
Conflicts: mediagoblin/db/sql/models.py
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/maketarball.sh4
-rwxr-xr-xdevtools/update_translations.sh2
2 files changed, 2 insertions, 4 deletions
diff --git a/devtools/maketarball.sh b/devtools/maketarball.sh
index 5f17e578..7d88c6fd 100755
--- a/devtools/maketarball.sh
+++ b/devtools/maketarball.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 Free Software Foundation, Inc
+# Copyright (C) 2011, 2012 GNU MediaGoblin Contributors. See AUTHORS.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
@@ -154,13 +154,11 @@ then
mv docs/build/texinfo/ docs/texinfo/
rm -rf docs/build/
- rm -rf docs/source/mgext/*.pyc
else
# this is the old directory structure pre-0.0.4
mv docs/_build/html/ docs/html/
rm -rf docs/_build/
- rm -rf docs/mgext/*.pyc
fi
popd
diff --git a/devtools/update_translations.sh b/devtools/update_translations.sh
index 527bd274..7fcb3d49 100755
--- a/devtools/update_translations.sh
+++ b/devtools/update_translations.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 Free Software Foundation, Inc
+# Copyright (C) 2011, 2012 GNU MediaGoblin contributors. See AUTHORS.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by