Alright so I think I’m done with the media side of things for now, now it’s time to see if the source builds and if not get the necessary stuff to make it work. Start creating the nightlies structure as well.
Tag Archive for 'reminders'
Refactor Instaget so that it uses the ini configuration file. Make sure nothing no longer needs external programs from the repository. Incorporate getForBase and getHere.
After finished, make sure to change URL/repository structure for nightlies and binhashes, reinstate the cron job, get everything running again. When done, update wikis.
Don’t use the Python ZipFile module anymore in Instapack since this seems to be causing random issues with TIP not recognizing the archives’ contents. Like with the models problem I had with TugZip. Instead write the Instapack script so that it uses the external Zip program like the old pak scripts did. Most Operating Systems already have the Zip program. Code the script so that if it’s on Windows and the Zip program is not present, it wget’s the program (Run this check on every run). This should solve the problem and should be faster too, as well as more consistent. Just have to remember to do the exclusions in the zip command.
Diff Makefile 995 from the ioq3 repos to hopefully repair the reason Mac OS X is broken. Test on Marco’s powerbook through SSH or something. Then rework instapack to use external zip program, read Todo 0.7.