Michael McGrath
d8a466b53e
Added environments
2008-09-08 14:03:03 -05:00
Mike McGrath
7a996cb023
patch from dcantrel to allow scp -p
2008-07-29 13:54:00 -05:00
6fc765f8a4
Update for cvsextras => packager rename.
2008-07-29 00:32:58 -04:00
Mike McGrath
079fcc8761
changed that pass. it doesn't do anything anyway
2008-06-15 12:33:34 -05:00
Mike McGrath
8f5ec7e704
new changes to script by stahnma
2008-06-15 12:30:29 -05:00
Michael McGrath
7eb6a7d684
Added new xenAgent.py
2008-06-11 11:15:29 -05:00
Mike McGrath
b70ef1e26f
more updates to this damned script :)
2008-05-20 21:51:26 -05:00
Toshio Kuratomi
cfcc779284
Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure
2008-05-19 14:08:05 -07:00
Toshio Kuratomi
4c2691bc09
Script to collect some stats about table usage in order to formulate vacuum
...
policy.
2008-05-19 14:07:58 -07:00
Michael McGrath
17bf6b3405
Much better support for tables now and notice classes should be working with proper templates
2008-05-05 17:38:13 -05:00
Mike McGrath
b3a480be3e
further changes in mediawiki and initial upload script is ready
2008-05-05 13:41:29 -05:00
Mike McGrath
01391cc710
Added snap check status script
2008-05-01 13:44:44 -05:00
Michael McGrath
d5b17717c0
Added more changes to the moin2mw scritp for ticket #31
2008-04-30 14:14:27 -05:00
Toshio Kuratomi
d474b41029
* restart-memhogs.sh: Script to restart supervisor controlled apps that consume
...
too much memory.
* startTurboGearsApp.sh: Script to start a TurboGears app from supervisor.
2008-04-27 12:54:14 -07:00
Toshio Kuratomi
46d694e17a
Don't send error messages to stdout.
2008-04-25 11:30:23 -07:00
Toshio Kuratomi
1ba90e11c4
- Change from taking a filename to a url to a file.
...
- Lowercase all cclist accounts.
- When printing dry run output, encode to ascii with 'replace'. This could
also be worked around by setting:
sys.stdout = codecs.getwriter('utf-8')(sys.stdout)
2008-04-25 11:17:32 -07:00
Toshio Kuratomi
b452a00bd3
Rework this largely from what's in pkgdb-sync-bugzilla.
2008-04-24 15:58:46 -07:00
Toshio Kuratomi
ea3075aac7
* Check in current, non-functional code from fedora-accounts.
2008-04-24 15:06:36 -07:00
37db9ecfc1
Trivial sentence fix (now let's see if the commit email works properly :))
2008-04-20 19:14:48 -04:00
Michael McGrath
0c17a8bee1
Added some more table cleanup
2008-04-01 16:05:13 -05:00
Michael McGrath
5e69ac8628
Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure
2008-03-26 16:02:14 -05:00
Michael McGrath
3ef8985d79
added some table fixes based off of ianwellers suggestions
2008-03-26 16:01:57 -05:00
Mike McGrath
1f5d07cc38
simple fix for fas2
2008-03-25 11:01:18 -05:00
0221ae19dc
FAS is not in its own repo at git.fedorahosted.org/git/fas.git
2008-03-19 09:49:40 -04:00
06072e3ac8
Don't show language selection stuff if there are no available translations.
2008-03-18 22:36:45 -04:00
90064bdb63
Fix group prerequisite bug, fix some logic problems.
2008-03-18 18:58:38 -04:00
823c7c6743
Specifically mention key ID, as opposed to just key.
2008-03-18 18:40:55 -04:00
b875f4e1ff
Various group fixes.
2008-03-18 18:39:26 -04:00
729c32a54d
Clean up sorting on group/view.
2008-03-18 18:01:19 -04:00
7b709035b8
Add initial de.po, msgmerge it too.
2008-03-18 10:43:52 -04:00
a474c01071
Add getttext to help.py, regenerate POT and merge POs.
2008-03-18 10:40:46 -04:00
cef25bf25c
Fix up templates a bit, include theme/fas in MANIFEST.in. The location of LINGUAS still isn't handled properly.
2008-03-18 00:37:28 -04:00
774d9bacc7
Don't forget to add LINGUAS in MANIFEST.in
2008-03-17 13:57:13 -04:00
57b731daed
Add language select box, LINGUAS file, and relevant documentation.
2008-03-17 13:48:33 -04:00
2127f7be28
Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure
2008-03-16 15:21:36 -04:00
5b8b4a8dc5
Add build, gnupg, locale, ssl to .gitignore
2008-03-16 15:21:02 -04:00
f27db33874
Cleanup unused files.
2008-03-16 15:20:12 -04:00
903f638db7
Use new @LOCALEDIR@ substitution.
2008-03-16 15:19:51 -04:00
38104cbf9a
We need to run build *and* egg_info now. Remove stuff about tg-admin i18n - it seems that those commands aren't very safe.
2008-03-16 15:18:26 -04:00
d257534b0f
Include right files (changed the PO directories around)
2008-03-16 15:18:03 -04:00
daafa2e41d
Clean up spec a bit, modify --install-data to suit setup.py changes.
2008-03-16 15:16:49 -04:00
dd7a19586e
Make setup.py include PO files, compile PO files, and put MO files in /usr/share/locale.
2008-03-16 15:13:42 -04:00
Mike McGrath
c395bc1aaa
these shouldn't be version managed
2008-03-15 18:01:58 -05:00
Mike McGrath
904ded2969
added initial theme stuff
2008-03-15 17:58:30 -05:00
682fc6d81d
Spec fixes, require a python setup.py build to generate app.cfg.
2008-03-15 16:01:17 -04:00
8155fb8b9a
Merge branch 'master' of ssh://git.fedorahosted.org/git/fedora-infrastructure
2008-03-15 15:03:43 -04:00
7b20841fb6
Testing some initial l10n changes.
2008-03-15 15:03:21 -04:00
Mike McGrath
683df36504
updated spec file
2008-03-15 13:58:35 -05:00
e07f4d8f01
Updated Polish translation from raven.
2008-03-15 12:24:31 -04:00
Mike McGrath
ac05edd14b
Bad logic on my part
2008-03-15 09:31:48 -05:00