FYI (and perhaps provide an incentive to learn more about git). The testing.libreswan.org script that looks for something to test really likes merges (and tags):
- when idle, it will look for an untested merge before anything else - when (manually) deleting old test results, merges get left behind So if you've a change such as test+fix, try pushing it as a merge into master (not to be confused with git pull) - testing will pounce on it. enjoy, Andrew _______________________________________________ Swan-dev mailing list [email protected] https://lists.libreswan.org/mailman/listinfo/swan-dev
