summaryrefslogtreecommitdiff
path: root/bin/build-deb-package
Commit message (Collapse)AuthorAgeFilesLines
* drop build-deb-package (qemubuilder based) and use sbuild-deb-package insteadMike Gabriel2016-09-131-408/+1
|
* Fully fix OTHERMIRROR variable interpretation.Mike Gabriel2015-11-101-1/+1
|
* Arctica Project ships nightly builds in a completely separate repo (compared ↵Mike Gabriel2015-11-101-1/+1
| | | | to how X2Go provides .deb packages).
* fix detection of top commit on a branch (or tag)Mike Gabriel2015-04-271-1/+1
|
* remove more references to X2GoMike Gabriel2015-04-201-4/+0
|
* fork X2Go buildscripts for Arctica ProjectMike Gabriel2015-04-201-1/+1
|
* bin/build-deb-package: remove ${TEMP_DIR} removal on success -- handled by ↵Mihai Moldovan2015-04-031-1/+0
| | | | the new cleanup() function.
* bin/build-deb-package: pass end of options argument when calling to rm.Mihai Moldovan2015-04-031-1/+1
|
* bin/build-deb-package: check items of ${temp_cleanup} array for being not null.Mihai Moldovan2015-04-031-1/+1
|
* bin/build-deb-package: change ${TEMP_CLEANUP} to lower-case variant and a ↵Mihai Moldovan2015-04-031-9/+3
| | | | bash array.
* bin/build-deb-package: do not use a subshell for splitting up ${DEB_BUILD_FOR}.Mihai Moldovan2015-04-031-3/+33
| | | | Switch to word splitting and bash arrays.
* bin/build-deb-package: add cleanup function to not leave random temporary ↵Mihai Moldovan2015-04-031-0/+25
| | | | directories around.
* bin/build-deb-package: misc changes:Mihai Moldovan2015-04-031-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 Moldovan2015-04-011-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 Moldovan2015-04-011-1/+1
| | | | correctly to set_vars.
* allow builds for build-main-test branchMike Gabriel2015-02-041-0/+2
|
* bin/build-{deb,nsis,rpm}-package: fix NO_DELAY logic once again and this ↵Mihai Moldovan2015-01-291-1/+1
| | | | time correctly.
* bin/build-{deb,nsis}-package: add NO_DELAY option and logic copied over from ↵Mihai Moldovan2015-01-291-1/+2
| | | | bin/build-rpm-package.
* bin/build-{deb,nsis,rpm}-package: fix FORCE_BUILD and NO_DELAY logic to ↵Mihai Moldovan2015-01-291-2/+3
| | | | treat any value other than "no" or "0" as true.
* Avoid --local when cloning build repositories, the --local option will ↵Mike Gabriel2014-06-271-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 Gabriel2014-04-121-1/+1
| | | | wheezy builds only
* build scripts: fix creation of git changelogMike Gabriel2014-03-041-1/+3
|
* before build: create ChangeLog.gitlog filesMike Gabriel2014-03-041-0/+1
|
* fix nice calls with qemubuilderMike Gabriel2013-12-181-5/+5
|
* run the build daemons with nice to not affect the KVM instances on the build ↵Mike Gabriel2013-12-181-6/+6
| | | | server so much
* auto-delay forced builds, as if several builds are triggered at once, this ↵Mike Gabriel2013-12-131-0/+7
| | | | is likely to fail (repoquery locks, dpkg-source on changing Git files)
* only lock workspace during prepare_workspaceMike Gabriel2013-12-031-2/+3
|
* rather sleep for 300 seconds if our build is blockedMike Gabriel2013-12-031-2/+2
|
* only sleep for 10secs if we really need to sleep moreMike Gabriel2013-12-031-2/+4
|
* fix wait_for_lockMike Gabriel2013-12-031-1/+1
|
* syntax fixMike Gabriel2013-12-031-1/+1
|
* lock PROJECT_DIR during git sync, needed for parallel buildsMike Gabriel2013-12-031-1/+23
|
* allow input of *_BUILD_FOR variable from outside the scriptMike Gabriel2013-11-301-3/+3
|
* split-up DISTS_SUPPORTED var into DEB_DISTS_SUPPORTED and RPM_DISTS_SUPPORTEDMike Gabriel2013-11-301-3/+3
|
* fix check for empty stringMike Gabriel2013-11-301-1/+2
|
* rename RPM_BUILDS_FOR/DEB_BUILDS_FOR to RPM_BUILD_FOR/DEB_BUILD_FORMike Gabriel2013-11-301-6/+6
|
* don't write the DEB_BUILDS_FOR config to file anymore, handle as variable in ↵Mike Gabriel2013-11-301-22/+16
| | | | memory
* make FORCE_BUILD usable from outside the scriptMike Gabriel2013-11-301-2/+4
|
* make sure ↵Mike Gabriel2013-11-301-0/+2
| | | | /home/mike/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games includes ~/bin
* typo fixMike Gabriel2013-11-291-1/+1
|
* change var name BUILDS_FOR to DEB_BUILDS_FORMike Gabriel2013-11-291-9/+9
|
* always set , even for release buildsX2Go Admin Account2013-11-291-1/+1
|
* fix DATE stringMike Gabriel2013-11-281-2/+2
|
* handle renaming of buildscripts inside the build scriptMike Gabriel2013-11-281-2/+2
|
* change version scheme of X2Go auto-built packagesMike Gabriel2013-11-281-1/+7
|
* rename build scripts (deb/rpm)Mike Gabriel2013-11-281-0/+322