]> scripts.mit.edu Git - wizard.git/blob - TODO
Refactor change directory code to be consistent and permissive.
[wizard.git] / TODO
1 The Git Autoinstaller
2
3 TODO NOW:
4
5 - Add support for mypristine workflow
6 - Make a nicer backtrace if not in a Git working copy directory
7 - Wordpress needs to get rid of the siteurl hack, so that it actually
8   has a fully-qualified URL http://foo.scripts.mit.edu/blah.  This will
9   also fix Wordpress's cron functionality.  We should be careful not
10   to write over users who are on vhosts.  We should figure out who is
11   still on twiddle paths.  We should make sure the redirect is handled
12   correctly.
13 - Wizard needs a correct arch/ setup
14 - The wizard command, when not on scripts, should automatically SSH to
15   scripts and start executing there?
16 - Write the code to make Wordpress figure out its URL from the database
17
18 - Plugin architecture
19      http://peak.telecommunity.com/DevCenter/setuptools#dynamic-discovery-of-services-and-plugins
20      http://peak.telecommunity.com/DevCenter/PkgResources#entry-points
21      https://xvm.mit.edu:1111/trunk/packages/invirt-base/python/invirt/authz.py
22      https://xvm.mit.edu:1111/trunk/packages/xvm-authz-locker/setup.py
23      http://pylonshq.com/docs/en/0.9.7/advanced_pylons/entry_points_and_plugins/
24
25 - Remerges aren't reflected in the parent files, so `git diff` output is
26   spurious.  Not sure how to fix this w/o tree hackery.
27 - Sometimes users remove files. Well, if those files change, they automatically
28   get marked as conflicted.  Maybe we should say for certain files "if they're
29   gone, they're gone forever"?  What is the proper resolution?
30
31 - Parse output HTML for class="error" and give those errors back to the user (done),
32   then boot them back into configure so they can enter in something different
33
34 - Replace gaierror with a more descriptive name (this is a DNS error)
35
36 - Pre-emptively check if daemon/scripts-security-upd
37   is not on scripts-security-upd list (/mit/moira/bin/blanche)
38 - If you try to do an install on scripts w/o sql, it will sign you up but fail to write
39   the sql.cnf file. This sucks.
40
41 - Web application for installing autoinstalls has a hard problem
42   with credentials (as well as installations that are not conducted
43   on an Athena machine.)  We have some crazy ideas involving a signed
44   Java applet that uses jsch to SSH into athena.dialup and perform
45   operations.
46
47 - Pay back code debt
48     - Tidy up common code in callAsUser and drop_priviledges in shell;
49       namely cooking up the sudo and environment variable lines
50     - Summary script should be more machine friendly, and should not
51       output summary charts when I increase specificity
52     - PHP end of file allows omitted semicolon, can result in parse error
53       if merge resolutions aren't careful.  `php -l` can be a quick stopgap
54
55 - Other stuff
56     - Figure out why Sphinx sometimes fails to crossref :func: but wil
57       crossref :meth:, even though the dest is very clearly a function.
58       Example: :func:`wizard.app.php.re_var`
59     - The TODO extension for Sphinx doesn't properly force a full-rebuild
60     - Code annotation!
61     - Make single user mass-migrate work when not logged in as root.  The
62       primary difficulty is making the parallel-find information easily
63       accessible to individual users: perhaps we can do a single-user
64       parallel-find on the fly.
65     - Don't use the scripts heuristics unless we're on scripts with the
66       AFS patch.  Check with `fs sysname`
67     - Make 'wizard summary' generate nice pretty graphs of installs by date
68       (more histograms, will need to check actual .scripts-version files.)
69     - It should be able to handle installs like Django where there's a component
70       that gets installed in web_scripts and another directory that gets installed
71       in Scripts.
72
73 - ACLs is a starting point for sending mail to users, but it has
74   several failure modes:
75     - Old maintainers who don't care who are still on the ACL
76     - Private AFS groups that aren't mailing lists and that we
77       can't get to
78   A question is whether or not sending mail actually helps us:
79   many users will probably have to come back to us for help; many
80   other users won't care.
81
82 PULLING OUT CONFIGURATION FILES IN AN AUTOMATED MANNER
83
84 advancedpoll: Template file to fill out
85 django: Noodles of template files
86 gallery2: Multistage install process
87 joomla: Template file
88 mediawiki: One-step install process
89 phpbb: Multistage install process
90 phpical: Template file
91 trac: NFC
92 turbogears: NFC
93 wordpress: Multistage install process
94
95 COMMIT MESSAGE FIELDS:
96
97 Installed-by: username@hostname
98 Pre-commit-by: Real Name <username@mit.edu>
99 Upgraded-by: Real Name <username@mit.edu>
100 Migrated-by: Real Name <username@mit.edu>
101 Wizard-revision: abcdef1234567890
102 Wizard-args: /wizard/bin/wizard foo bar baz
103
104 GIT COMMIT FIELDS:
105
106 Committer: Real Name <username@mit.edu>
107 Author: lockername locker <lockername@scripts.mit.edu>
108
109 NOTES:
110
111 - It is not required nor expected for update scripts to exist for all
112   intervening versions that were present pre-migration; only for it
113   to work on the most recent migration.
114
115 - Currently all repositories are initialized with --shared, which
116   means they have basically ~no space footprint.  However, it
117   also means that /mit/scripts/wizard/srv MUST NOT lose revs after
118   deployment.
119
120 OVERALL PLAN:
121
122 * Some parts of the infrastructure will not be touched, although I plan
123   on documenting them.  Specifically, we will be keeping:
124
125     - parallel-find.pl, and the resulting
126       /mit/scripts/.htaccess/scripts/sec-tools/store/scriptslist
127
128 * The new procedure for generating an update is as follows:
129   (check out the mass-migration instructions for something in this spirit,
130   although uglier in some ways; A indicates the step /should/ be automated)
131
132     0. ssh into not-backward, temporarily give the daemon.scripts-security-upd
133        bits by blanching it on system:scripts-security-upd, and run parallel-find.pl
134
135     1. [ see doc/upgrade.rst ]
136
137     [ENTER HERE FROM CREATING A NEW REPO]
138
139     9. Push all of your changes in a public place, and encourage others
140        to test, using --srv-path and a full path.
141
142 [ XXX: doc/deploy.rst ]
143       GET APPROVAL BEFORE PROCEEDING ANY FURTHER;
144       THIS IS PUSHING THE CHANGES TO THE PUBLIC
145
146       NOTE: The following commands are to be run on not-backward.mit.edu.
147       You'll need to add daemon.scripts-security-upd to
148       scripts-security-upd to get bits to do this.  Make sure you remove
149       these bits when you're done.
150
151    10. Run `wizard research appname`
152        which uses Git commands to check how many
153        working copies apply the change cleanly, and writes out a logfile
154        with the working copies that don't apply cleanly.  It also tells
155        us about "corrupt" working copies, i.e. working copies that
156        have over a certain threshold of changes.
157
158    11. Run `wizard mass-upgrade appname`, which applies the update to all working
159        copies possible.
160
161    12. Run parallel-find.pl to update our inventory
162
163 [ XXX: doc/upgrade.rst ]
164 * For mass importing into the repository, there are a few extra things:
165
166     * When mass producing updates, if the patch has changed you will have to
167       do a special procedure for your merge:
168
169         git checkout pristine
170         # NOTE: Now, the tricky part (this is different from a real update)
171         git symbolic-ref HEAD refs/heads/master
172         # NOTE: Now, we think we're on the master branch, but we have
173         # pristine copy checked out
174         # NOTE: -p0 might need to be twiddled
175         patch -p0 < ../app-1.2.3/app-1.2.3.patch
176         git add .
177         # reconstitute .scripts directory
178         git checkout v1.2.2-scripts -- .scripts
179         git add .scripts
180         # NOTE: Fake the merge
181         git rev-parse pristine > .git/MERGE_HEAD
182
183       You could also just try your luck with a manual merge using the patch
184       as your guide.
185
186 [ XXX: doc/layout.rst ]
187 * The repository for a given application will contain the following files:
188
189     - The actual application's files, as from the official tarball
190
191     - A .scripts directory, with the intent of holding Scripts specific files
192       if they become necessary.
193
194         - .scripts/dsn, overriding database source name
195