Opened 18 years ago

Closed 18 years ago

#884 closed enhancement (invalid)

A few nifty shell scripts for synching/building

Reported by: jamesb192 Owned by: bonefish
Priority: normal Milestone: R1
Component: Build System Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

The script sink accepts a sing parameter. a number will check out the selected revision number, while 'latest' will pull the latest version. the script set accepts a single parameter (the architechture to set up) and creates a seperate generated dir for each compiler/architecture pair. the script buildit accepts two paramters the first is the architechture to build for and the second is a version string to append to the output filenames.

Attachments (4)

buildit (1.2 KB ) - added by jamesb192 18 years ago.
the buildit script
sink (209 bytes ) - added by jamesb192 18 years ago.
The sycnchronization script
set (1.3 KB ) - added by jamesb192 18 years ago.
The build tools builder script
scrip.tar (10.0 KB ) - added by jamesb192 18 years ago.
added () to make it work better. expand into a directory and run ./init

Download all attachments as: .zip

Change History (6)

by jamesb192, 18 years ago

Attachment: buildit added

the buildit script

by jamesb192, 18 years ago

Attachment: sink added

The sycnchronization script

by jamesb192, 18 years ago

Attachment: set added

The build tools builder script

comment:1 by jamesb192, 18 years ago

Oops, I forgot to mention that the scripts create automatic build logs and inject them into HTML files, it uses two HTML fragment 'head' and 'tail' which are prepended and appended respectively. the logs/html files are not intuitively named.

by jamesb192, 18 years ago

Attachment: scrip.tar added

added () to make it work better. expand into a directory and run ./init

comment:2 by bonefish, 18 years ago

Resolution: invalid
Status: newclosed

I don't the scripts are *that* helpful. Most developers and enthusiastic testers have their own strategy to update and build the tree and others use the pre-built images anyway. I, for instance, have several generated subdirectories (generated-gcc2, generated-gcc4, generated-ppc) around (there's no need for symlinks, the build system supports arbitrarily named output directories anyway). Moreover splitting up stdout and stderr is not very helpful.

Note: See TracTickets for help on using tickets.