.. |
.gitignore
|
Told svn to ignore some additional files under bin/
|
2017-06-07 12:30:04 +00:00 |
add-old-drafts-from-archive.py
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
check-copyright
|
Reverted timezone related change to check-copyright, which is not a django script.
|
2021-01-11 18:51:50 +00:00 |
commitlog
|
Updated changelog. Tweaked commitlog script.
|
2021-05-19 18:12:45 +00:00 |
count.c
|
Tweaked count helper.
|
2017-06-18 17:21:14 +00:00 |
daily
|
Added support for pulling yang modules from yangcatalog.org.
|
2020-07-08 18:44:56 +00:00 |
drop-new-tables
|
Removed the table-list.json file and support for it; there are better ways of cleaning out extra local tables (see bin/drop-new-tables for a starting point)
|
2017-05-30 00:03:26 +00:00 |
dump-to-names-json
|
Added a utility script to dump a normalized names.json fixture
|
2020-05-11 14:23:21 +00:00 |
every15m
|
Added send-scheduled-mail to bin/every15min
|
2020-05-12 10:58:34 +00:00 |
graph-models
|
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
|
2015-02-08 21:16:44 +00:00 |
hourly
|
Updated paths after directory moves on production server
|
2020-10-21 11:03:05 +00:00 |
mergedevbranch
|
More tweaks to mergedevbranch.
|
2021-05-18 22:11:22 +00:00 |
mergeready
|
Tweak mergeready so that it doesn't fail to reconstruct branch information when encountering non-existant branches.
|
2021-05-14 20:50:04 +00:00 |
mkdevbranch
|
adjust mkdevbranch to use the new repositories.
|
2021-05-26 20:16:10 +00:00 |
mkdiagram
|
Merged in [11792] from rcross@amsl.com:
|
2016-08-18 15:03:55 +00:00 |
mkpatch
|
Removed a time-restricted warning about changed options to bin/mkpatch
|
2020-10-23 13:57:21 +00:00 |
mkrelease
|
Point to new repository in release email.
|
2021-05-20 22:20:30 +00:00 |
mm_hourly
|
Run the mailman cronjobs under Py27 until mailman has been upgraded to version 3.x (running under Py3).
|
2020-08-06 13:34:50 +00:00 |
monthly
|
Cronjob script changes pulled from the production server after the switch to python 3.
|
2020-02-23 01:28:16 +00:00 |
release-coverage
|
Simplified the release-coverage script.
|
2016-12-16 17:52:20 +00:00 |
setupenv
|
Removed all __future__ imports.
|
2020-03-05 23:53:42 +00:00 |
test-crawl
|
Reverted merge of timezone-aware migration efforts.
|
2021-01-12 16:54:20 +00:00 |
update
|
Trying to re-apply already run migrations after loading a new databases dump runs into the problem that new tables created by the migrations linger, even if the tables loaded from the dump match the non-migrated state. Having lists of the tables matching the latest release available makes it easy to construct an sql command to dump the extra tables, so the migrations can be run. Adding generation and saving of a table list to bin/mkrelease.
|
2017-04-12 18:16:19 +00:00 |
vnu.jar
|
Update vnu.jar and fix various HTML5 nits it found during a test crawl.
|
2017-03-25 20:21:14 +00:00 |
weekly
|
Moved the call to notify-expirations from bin/daily to bin/weekly
|
2020-05-11 14:45:57 +00:00 |