Astaro "community software" project

Just thought I'd point out that I'm working on a framework to make it easy to add third-party software to ASL boxes.  More information is here for the time being: http://people.cs.uchicago.edu/~osquigle/acs/

The general idea is to get something like Debian's dpkg/apt system running on ASL. From there, it should be easy to port software packages from Debian to ASL...

So far, I've gotten dpkg ported (ie, it compiles - I haven't tested it much yet). The next steps are:
 - get packaging "helper" programs working (debhelper and friends)
 - get apt working
 - replace pluspack software with discrete software packages
 - write some sort of deb2acs program
 - port interesting software

Help doing this is appreciated...

My interest is in getting useful networking tools (eg tcpdump) running on ASL; if there is some other software package you want to use on ASL, feel free to help out...
Parents Reply
  • acspkg (a modified dpkg) is running, as are some package build tools. so, I expect to release things for testing later today, but I need to establish a bootstrap procedure first..

    Once those are done, the framework is ready to be used (ONLY on non-production machines, of course)...  I have no idea how long it will take to stabilize into release-quality, however.

    This differs from pluspack in a few ways, the most important being granularity: pluspack is just one big tarball, whereas the package framework allows installing and updating individual components.  Pluspack is great - without it I couldn't do this - but the plan is to use packages to replace it entirely...
Children