News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Building a snapshot

Started by MDH1966, February 09, 2011, 07:23:29 PM

Previous topic - Next topic

MDH1966

Hey all,

I would like to understand how the snapshots get build. I have done some searching (wiki, forum, web) and I can't find any information about building them. The web was less than usefull because the only information that came up about snapshots were camera related.

Is it a complicated process?
Is it a particular piece of software that creates them?
Can they be used as a backup tool and is there any advantage to this?

There are probably other questions that will arise from this conversation but that is all for now.

Thanks,

<M>

Marie.O

<M>,

building the snapshot for the sake of it is something that I discourage people to do. Why? Because everyone that creates snapshots, or does full builds, taxes our SVN server, which already is at its limit.

The snapshots are delivered quite often, so I don't see a real need for anyone to do it themselves. If anyone wants to do dev work, go and setup a build env, do a full build once, and from than on, do your work in your checked-out tree and build your stuff. No need to create a snapshot imho.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

MDH1966

If I don't need to or shouldn't do it, then I won't.  But I have no idea how it is done or what it entails.  This is basically for my own knowledge and understanding of how it is done.  I didn't know that it tasked resources other then the local machine. So I definely understand your concerns.

If this is not information to be shared freely with the masses, I understand that as well.  If you give the kids the keys to your car, chances are they will drive it even if you don't want them to.

Thanks,

<M>

Marie.O

The snapshots are basically created using two scripts. After a build.sh, makedvd and finalizedvd are called. They are modelled after scripts available on the web that allow you to customize your Kubuntu install CDs.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

MDH1966

Thanks...I'll look into those things and see where I land.

You'd be surprised at how much you can learn from reading scripts.  That is how I learned what I know about VBA.

<M>