Hi Harry, > git clone git://git.code.sf.net/p/pspp4windows/build pspp4windows-build > > Is that workable for you? If so, I think I will push the other stuff to. > Have to check this because on my nas there are also files with passwords.
Yes, that works. The repository only contains „buildpspp4windows.pl“. I had recovered and guessed some more files which are in https://github.com/fredowski/pspp-buildbot/tree/master/win The files that I created in that „win“ directory and which I have not taken from your setup are „buildssw-win.sh“ and "get-results-win.sh“ where „get-results-win.sh“ is pretty buildbot specific. It would be nice if as much as possible stuff, e.g. the „used-in-build“ files would be together in one git repository. I have three more files which are win specific: https://github.com/fredowski/pspp-buildbot/blob/master/prepare_win.sh which installs all the build environment except spread-sheet-widget , https://github.com/fredowski/pspp-buildbot/blob/master/create_win_vm.sh which creates the lxc container but more or less only calls „prepare_win.sh“ and https://github.com/fredowski/pspp-buildbot/blob/master/run_win.sh which calls „build-ssw-win.sh“ and „buildpspp4windows.pl“ and does the actual build. Maybe we can move the „prepare_win.sh“ script also to your repo. I think it is not buildbot related - it should also work on a plain opensuse 15.2 installation. Do I remember correctly that you use a virtualbox vm in your build setup? Maybe you can have a look at lxc containers which I found very nice. Once the setup for user lxc containers is done on the host machine, it is really easy to create the vm from a script (=> create_win_vm.sh). https://github.com/fredowski/pspp-buildbot/blob/master/INSTALL.md https://github.com/fredowski/pspp-buildbot/blob/master/README.md > BTW. I saw your question about your latest patch. May procedures have the > possibility to uses patches. For this you need a directory > "$BaseDir/win/pspp-patches" Every .patch file in this directory will be > patched to the downloaded source. So be careful to remove or rename them > after your test. Mmh. I do not remember any question about patches. I saw your patch support in „buildpspp4windows.pl“ but I have not used it as I did not find any patches. Fritz