summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sbuild-deb-package: Support DEB repos that don't have "/" as base path, but ↵Mike Gabriel2017-10-201-3/+4
| | | | that reside in some subfolder of "/".
* sbuild-deb-package: Allow component bundle package archives as OTHERMIRROR, too.Mike Gabriel2017-10-201-0/+2
|
* sbuild-deb-package: Fix hard-code arctica- prefix, use ${PREFIX} instead.Mike Gabriel2017-10-201-2/+2
|
* Introduce variable GIT_TRANPSPORT.Mike Gabriel2017-10-202-1/+3
|
* signtarballs: Add SHA512 hashsums.Mike Gabriel2017-10-201-0/+1
|
* update ubuntu-codename-to-version.sh and debian-codename-to-version.sh. Let ↵Mike Gabriel2017-06-232-2/+4
| | | | them know about Debian buster and Ubuntu artful.
* signtarballs: Be more intelligent when scanning for the location of the ↵Mike Gabriel2017-06-231-2/+2
| | | | _releases_ directory.
* Enable Debian buster and Ubuntu artful builds.Mike Gabriel2017-06-232-3/+3
|
* bin/ubuntu-codename-to-version.sh: support Ubuntu 17.04 (aka zesty)Mike Gabriel2017-04-151-1/+1
|
* dupload.conf: Fix upload targets for release builds.Mike Gabriel2017-04-151-2/+2
|
* sbuild builds: support Ubuntu zesty.Mike Gabriel2017-04-151-1/+1
|
* bin/{{s,}build-deb-package,build-{nsis,rpm}-package}: do not *ever* make ↵Mihai Moldovan2017-03-102-4/+4
| | | | | | | | | | | local copies of git repositories with hardlinks in them. To start with, that defeats the purpose of such a copy in the first place and secondly has been failing badly for Debian packages since the dawn of time. We want a nice, full, deep copy that can be changed without harming other builds.
* sbuild-deb-package: Fix OTHERMIRROR definition.Mike Gabriel2016-09-131-2/+2
|
* use "release" as keyword for release buildsMike Gabriel2016-09-133-24/+17
|
* buildscripts/arctica.conf: Fix wrong variable name.Mike Gabriel2016-09-131-1/+1
|
* drop build-deb-package (qemubuilder based) and use sbuild-deb-package insteadMike Gabriel2016-09-131-408/+1
|
* bundle release builds: Fix usage of wrong var name.Mike Gabriel2016-09-132-3/+3
|
* Allow builds for Ubunutu yakkety.Mike Gabriel2016-09-091-1/+1
|
* sbuild-deb-package: during directory clean-up, we don't know the DEBSRCPKG ↵Mike Gabriel2016-09-061-5/+5
| | | | name, yet. Thus, we remove all suspicious files.
* sbuild-deb-package: also support DEBSRCPKG name in clean-up and upload functionMike Gabriel2016-09-061-7/+12
|
* sbuild-deb-package: allow difference in Git project name and Debian src:pkg nameMike Gabriel2016-09-061-1/+2
|
* debian-codename-to-version.sh: Drop the 9999 package revision thing for ↵Mike Gabriel2016-07-071-25/+6
| | | | | | | | | | | | unstable. Debian testing and Debian unstable are mostly the next stable Debian release, currently Debian 9. So, Debian testing currently equals Debian stretch. And Debian unstable is basically the staging area for Debian testing, so it is a bit newer than Debian testing, e.g. 9.01 for the current release cycle of Debian.
* sbuild-deb-package: Assume that we can find <dist>-codename-to-version.sh in ↵Mike Gabriel2016-07-071-2/+2
| | | | $PATH.
* Merge branch 'Ionic-bugfix/debian-and-ubuntu-code-names-in-version-string' ↵Mike Gabriel2016-07-074-15/+225
|\ | | | | | | | | | | into arctica-builder Attributes GH PR #1: https://github.com/ArcticaProject/buildscripts/pull/1
| * bin/build-deb-package: fix various issues:Mihai Moldovan2016-07-041-5/+9
| | | | | | | | | | | | | | | | | | | | | | - typeset -l makes the content lowercase, not the variable "local" (that's implied by using typeset.) Hence, drop it where inappropriate. - typeset -l is only available in BASH 4 and higher. Use it conditionally only. - Use tr to convert strings to lowercase when using a BASH version lower than 4. - Don't accept empty numerical version values.
| * bin/{debian,ubuntu}-codename-to-version.sh: fix various shortcomings:Mihai Moldovan2016-07-042-6/+22
| | | | | | | | | | | | | | | | | | | | | | - return can only be used in functions. Switch to "exit" instead. - typeset -l makes the content lowercase, not the variable "local" (that's implied by using typeset.) Hence, drop it where inappropriate. - typeset -l is only available in BASH 4 and higher. Use it conditionally only. - Use tr to convert strings to lowercase when using a BASH version lower than 4.
| * bin/sbuild-deb-package: change package versioning to mitigate errors during ↵Mihai Moldovan2016-07-011-8/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dist-upgrades. The local version now contains a numerical version of the code name instead of a string, which is lexicographically compared and will wrap around at some point for Ubuntu, or just be plain random between releases for Debian. Descriptions have been updated to include a capitalized distro name and also the numerical version in addition to the code name. In order to make the transition work, ALL packages (releases and nightlies) must be revbumped. For nightlies, one commit to each repo is enough to generate a new git date and commit number, while release packages need a proper revision or version bump. Merely rebuilding with the old version is not enough, as the new packages will be seen as older than the old ones.
| * bin/: new script ubuntu-codename-to-version.sh to map Ubuntu code names to ↵Mihai Moldovan2016-07-011-0/+72
| | | | | | | | numerical versions.
| * bin/: new script debian-codename-to-version.sh to map Debian code names to ↵Mihai Moldovan2016-07-011-0/+82
| | | | | | | | numerical versions.
| * Use the --no-log (-n) option for sbuild to pipe all output into the Jenkins ↵Arctica Builder (CHEVALBLANC)2015-11-111-1/+1
| | | | | | | | console log.
| * Only copy package files, if a filename could be extracted from the .dsc file.Mike Gabriel2015-11-111-2/+2
| |
| * Use build-dep resolver aptitude (not apt-get).Mike Gabriel2015-11-111-2/+3
| |
| * Fully fix OTHERMIRROR variable interpretation.Mike Gabriel2015-11-102-6/+20
|/
* Drop remainders from the buildscripts' original project (X2Go).Mike Gabriel2015-11-101-1/+1
|
* arctica.conf: whitespace fixMike Gabriel2015-11-101-0/+1
|
* .buildscripts/arctica.conf: Make buildscript config host and key independent ↵Mike Gabriel2015-11-101-10/+10
| | | | (i.e., portable). Support Ubuntu Xenial and Debian stretch builds.
* Support sbuild's --extra-repository parameter at build time.Mike Gabriel2015-11-101-3/+3
|
* Also build for Ubuntu xenial by default.Mike Gabriel2015-11-101-2/+2
|
* Arctica Project ships nightly builds in a completely separate repo (compared ↵Mike Gabriel2015-11-101-1/+1
| | | | to how X2Go provides .deb packages).
* Upload user is: arctica-uploader, not arctica-admin.Mike Gabriel2015-11-101-4/+4
|
* make buildscripts work for ArcticaProjectMike Gabriel2015-09-183-149/+114
|
* Revert "IRC webhook test..."Mike Gabriel2015-05-141-0/+0
| | | | This reverts commit ca529a1b551060d7df07afd0da9bc792ef86c939.
* IRC webhook test...Mike Gabriel2015-05-141-0/+0
|
* fix detection of top commit on a branch (or tag)Mike Gabriel2015-04-272-2/+2
|
* add sbuild-deb-package, copied from build-deb-package as a starting pointMike Gabriel2015-04-271-0/+408
|
* remove more references to X2GoMike Gabriel2015-04-203-8/+4
|
* fork X2Go buildscripts for Arctica ProjectMike Gabriel2015-04-2026-890/+68
|
* bin/build-rpm-package: fix override inclusion.Mihai Moldovan2015-04-031-1/+1
|
* bin/build-rpm-package: reset ${l_ARCH} to an empty string in ↵Mihai Moldovan2015-04-031-0/+3
| | | | build_packages(). This will need some cleanup work.
* bin/build-rpm-package: fix find calls. Use weird read -r -d '' trick to ↵Mihai Moldovan2015-04-031-7/+24
| | | | parse 0-delimited pseudo-arrays.