| Commit message (Expand) | Author | Age | Files | Lines |
* | drop build-deb-package (qemubuilder based) and use sbuild-deb-package instead | Mike Gabriel | 2016-09-13 | 1 | -408/+1 |
* | Fully fix OTHERMIRROR variable interpretation. | Mike Gabriel | 2015-11-10 | 1 | -1/+1 |
* | Arctica Project ships nightly builds in a completely separate repo (compared ... | Mike Gabriel | 2015-11-10 | 1 | -1/+1 |
* | fix detection of top commit on a branch (or tag) | Mike Gabriel | 2015-04-27 | 1 | -1/+1 |
* | remove more references to X2Go | Mike Gabriel | 2015-04-20 | 1 | -4/+0 |
* | fork X2Go buildscripts for Arctica Project | Mike Gabriel | 2015-04-20 | 1 | -1/+1 |
* | bin/build-deb-package: remove ${TEMP_DIR} removal on success -- handled by th... | Mihai Moldovan | 2015-04-03 | 1 | -1/+0 |
* | bin/build-deb-package: pass end of options argument when calling to rm. | Mihai Moldovan | 2015-04-03 | 1 | -1/+1 |
* | bin/build-deb-package: check items of ${temp_cleanup} array for being not null. | Mihai Moldovan | 2015-04-03 | 1 | -1/+1 |
* | bin/build-deb-package: change ${TEMP_CLEANUP} to lower-case variant and a bas... | Mihai Moldovan | 2015-04-03 | 1 | -9/+3 |
* | bin/build-deb-package: do not use a subshell for splitting up ${DEB_BUILD_FOR}. | Mihai Moldovan | 2015-04-03 | 1 | -3/+33 |
* | bin/build-deb-package: add cleanup function to not leave random temporary dir... | Mihai Moldovan | 2015-04-03 | 1 | -0/+25 |
* | bin/build-deb-package: misc changes: | Mihai Moldovan | 2015-04-03 | 1 | -153/+150 |
* | bin/{build-{all-deb-packages,deb-package,nsis-package.sh},signtarballs,update... | Mihai Moldovan | 2015-04-01 | 1 | -3/+3 |
* | bin/build-{deb,nsis,rpm}-package: quote $@ variable to pass all arguments cor... | Mihai Moldovan | 2015-04-01 | 1 | -1/+1 |
* | 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 time... | Mihai Moldovan | 2015-01-29 | 1 | -1/+1 |
* | bin/build-{deb,nsis}-package: add NO_DELAY option and logic copied over from ... | Mihai Moldovan | 2015-01-29 | 1 | -1/+2 |
* | bin/build-{deb,nsis,rpm}-package: fix FORCE_BUILD and NO_DELAY logic to treat... | Mihai Moldovan | 2015-01-29 | 1 | -2/+3 |
* | Avoid --local when cloning build repositories, the --local option will create... | Mike Gabriel | 2014-06-27 | 1 | -1/+2 |
* | x2go-deb-build-package: fetch MATE build-deps from MATE upstream repo for whe... | Mike Gabriel | 2014-04-12 | 1 | -1/+1 |
* | 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 |
* | auto-delay forced builds, as if several builds are triggered at once, this is... | Mike Gabriel | 2013-12-13 | 1 | -0/+7 |
* | 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 |
* | make FORCE_BUILD usable from outside the script | Mike Gabriel | 2013-11-30 | 1 | -2/+4 |
* | make sure /home/mike/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/g... | Mike Gabriel | 2013-11-30 | 1 | -0/+2 |
* | 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 |