Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bin/build-deb-package: misc changes: | Mihai Moldovan | 2015-04-03 | 1 | -153/+150 |
| | | | | | | | | | | | | | | - Use more curly braces and quotes. - Do not use echo and cat when not needed. - Change egrep to grep -E. - Use -q and -s flags for grep if it makes sense. - Terminate options with -- for "simple" GNU commands like mv, cp and others. - Typo fixes in comments. - Replace ls with find. - Whitespace fixes. - Remove redundant lines. - Clean stray semicolons. | ||||
* | bin/{build-{all-deb-packages,deb-package,nsis-package.sh},signtarballs,updat ↵ | Mihai Moldovan | 2015-04-01 | 1 | -3/+3 |
| | | | | ebuild{main,release}}: don't use a negative exit status. It was a bad idea to begin with. | ||||
* | bin/build-{deb,nsis,rpm}-package: quote $@ variable to pass all arguments ↵ | Mihai Moldovan | 2015-04-01 | 1 | -1/+1 |
| | | | | correctly to set_vars. | ||||
* | allow builds for build-main-test branch | Mike Gabriel | 2015-02-04 | 1 | -0/+2 |
| | |||||
* | bin/build-{deb,nsis,rpm}-package: fix NO_DELAY logic once again and this ↵ | Mihai Moldovan | 2015-01-29 | 1 | -1/+1 |
| | | | | time correctly. | ||||
* | bin/build-{deb,nsis}-package: add NO_DELAY option and logic copied over from ↵ | Mihai Moldovan | 2015-01-29 | 1 | -1/+2 |
| | | | | bin/build-rpm-package. | ||||
* | bin/build-{deb,nsis,rpm}-package: fix FORCE_BUILD and NO_DELAY logic to ↵ | Mihai Moldovan | 2015-01-29 | 1 | -2/+3 |
| | | | | treat any value other than "no" or "0" as true. | ||||
* | Avoid --local when cloning build repositories, the --local option will ↵ | Mike Gabriel | 2014-06-27 | 1 | -1/+2 |
| | | | | create hard-links object/ref files pointing to the originating Git repository. However, we want completely disjunctive copies. | ||||
* | x2go-deb-build-package: fetch MATE build-deps from MATE upstream repo for ↵ | Mike Gabriel | 2014-04-12 | 1 | -1/+1 |
| | | | | wheezy builds only | ||||
* | build scripts: fix creation of git changelog | Mike Gabriel | 2014-03-04 | 1 | -1/+3 |
| | |||||
* | before build: create ChangeLog.gitlog files | Mike Gabriel | 2014-03-04 | 1 | -0/+1 |
| | |||||
* | fix nice calls with qemubuilder | Mike Gabriel | 2013-12-18 | 1 | -5/+5 |
| | |||||
* | run the build daemons with nice to not affect the KVM instances on the build ↵ | Mike Gabriel | 2013-12-18 | 1 | -6/+6 |
| | | | | server so much | ||||
* | auto-delay forced builds, as if several builds are triggered at once, this ↵ | Mike Gabriel | 2013-12-13 | 1 | -0/+7 |
| | | | | is likely to fail (repoquery locks, dpkg-source on changing Git files) | ||||
* | only lock workspace during prepare_workspace | Mike Gabriel | 2013-12-03 | 1 | -2/+3 |
| | |||||
* | rather sleep for 300 seconds if our build is blocked | Mike Gabriel | 2013-12-03 | 1 | -2/+2 |
| | |||||
* | only sleep for 10secs if we really need to sleep more | Mike Gabriel | 2013-12-03 | 1 | -2/+4 |
| | |||||
* | fix wait_for_lock | Mike Gabriel | 2013-12-03 | 1 | -1/+1 |
| | |||||
* | syntax fix | Mike Gabriel | 2013-12-03 | 1 | -1/+1 |
| | |||||
* | lock PROJECT_DIR during git sync, needed for parallel builds | Mike Gabriel | 2013-12-03 | 1 | -1/+23 |
| | |||||
* | allow input of *_BUILD_FOR variable from outside the script | Mike Gabriel | 2013-11-30 | 1 | -3/+3 |
| | |||||
* | split-up DISTS_SUPPORTED var into DEB_DISTS_SUPPORTED and RPM_DISTS_SUPPORTED | Mike Gabriel | 2013-11-30 | 1 | -3/+3 |
| | |||||
* | fix check for empty string | Mike Gabriel | 2013-11-30 | 1 | -1/+2 |
| | |||||
* | rename RPM_BUILDS_FOR/DEB_BUILDS_FOR to RPM_BUILD_FOR/DEB_BUILD_FOR | Mike Gabriel | 2013-11-30 | 1 | -6/+6 |
| | |||||
* | don't write the DEB_BUILDS_FOR config to file anymore, handle as variable in ↵ | Mike Gabriel | 2013-11-30 | 1 | -22/+16 |
| | | | | memory | ||||
* | make FORCE_BUILD usable from outside the script | Mike Gabriel | 2013-11-30 | 1 | -2/+4 |
| | |||||
* | make sure ↵ | Mike Gabriel | 2013-11-30 | 1 | -0/+2 |
| | | | | /home/mike/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games includes ~/bin | ||||
* | typo fix | Mike Gabriel | 2013-11-29 | 1 | -1/+1 |
| | |||||
* | change var name BUILDS_FOR to DEB_BUILDS_FOR | Mike Gabriel | 2013-11-29 | 1 | -9/+9 |
| | |||||
* | always set , even for release builds | X2Go Admin Account | 2013-11-29 | 1 | -1/+1 |
| | |||||
* | fix DATE string | Mike Gabriel | 2013-11-28 | 1 | -2/+2 |
| | |||||
* | handle renaming of buildscripts inside the build script | Mike Gabriel | 2013-11-28 | 1 | -2/+2 |
| | |||||
* | change version scheme of X2Go auto-built packages | Mike Gabriel | 2013-11-28 | 1 | -1/+7 |
| | |||||
* | rename build scripts (deb/rpm) | Mike Gabriel | 2013-11-28 | 1 | -0/+322 |