- 04 May, 2016 1 commit
-
-
Franco Lanza authored
-
- 25 Apr, 2016 1 commit
-
-
Sebastian Damm authored
In cases where the source package comes already with a debian folder which is located in some subfolder, it can be needed to specify the path to that file explicitly for git-dch to work correctly. That's what "$DCH_CHANGELOG_FILE" can be used for. For example in the Kamailio repository at https://github.com/kamailio/kamailio you see that there is no debian folder in the project root. The debian folder is located under pkg/kamailio/deb/$distribution. When symlinking this folder to ./debian before starting the build, then git-dch inspects ./debian/changelog but it finds no commit for the latest changelog entry. So we have to point git-dch to the changelog file where it is actually committed. By using "DCH_CHANGELOG_FILE=pkg/kamailio/deb/$distribution/changelog" this works as intended. Otherwise git-dch will start building a changelog entry for all commits that exist in the project, but that will run forever.
-
- 24 Apr, 2016 1 commit
-
-
Antoine Delvaux authored
Adding SKIP_MISSING_BINARY_REMOVAL to prevent removal of binary packages not belonging to the currently built source package.
-
- 04 Apr, 2016 1 commit
-
-
Michael Prokop authored
Fixes: | java.io.IOException: Dependency credentials (1.25), git-client (1.19.6), ssh-credentials (1.11) doesn't exist | java.io.IOException: Dependency icon-shim (2.0.2) doesn't exist | java.io.IOException: Dependency workflow-step-api (1.9) doesn't exist causing Git configuration to not being present in config.xml of jenkins-debian-glue-source. Thanks: youam the bug report
-
- 14 Mar, 2016 3 commits
-
-
Michael Prokop authored
-
Michael Prokop authored
-
Michael Prokop authored
Fixing lintian warning vcs-field-uses-insecure-uri
-
- 12 Mar, 2016 1 commit
-
-
Adrian Vondendriesch authored
In pbuilder-hookdir/B20autopkgtest after keyring.gpg is copied to /etc/apt/trusted.gpg.d/keyring.gpg it's only readable by root. Because stretch uses the system user "_apt" to read this files this breaks installing packages out of a custom repository. This commit fix this issue by simply executing: chmod 0644 /etc/apt/trusted.gpg.d/keyring.gpg after copy.
-
- 09 Feb, 2016 1 commit
-
-
Cyril Brulebois authored
-
- 08 Feb, 2016 2 commits
-
-
Michael Prokop authored
So far we set the distribution/codename to $release. Now it's possible to point distribution/codename to a different value by using $RELEASE_DISTRIBUTION. Usage example: export release=0.42-update export RELEASE_DISTRIBUTION=jessie will result (with default settings) in a repository under /srv/repository/release/0.42-update/ with a setting of "Codename: jessie" inside /srv/repository/release/0.42-update/conf/distributions Development sponsored by Sipwise GmbH, recorded as MT#17701 in customers' ticket system.
-
Michael Prokop authored
To allow pushing packages to multiple release repositories we can now use something like: RELEASE_REPOSITORIES="/srv/repository/release/ce/${release} /srv/repository/release/pro/${release}" iff $release is set. Development sponsored by Sipwise GmbH, recorded as MT#17701 in customers' ticket system.
-
- 03 Feb, 2016 3 commits
-
-
Daniel Reurich authored
Master See merge request !108
-
Daniel Reurich authored
-
Daniel Reurich authored
-
- 13 Jan, 2016 1 commit
-
-
Michael Prokop authored
Development sponsored by Sipwise GmbH, recorded as MT#17089 in customers' ticket system.
-
- 07 Jan, 2016 6 commits
-
-
Michael Prokop authored
-
Michael Prokop authored
-
Daniel Reurich authored
update changelog - Release 0.15.2+devuan4 See merge request !104
-
Daniel Reurich authored
-
Daniel Reurich authored
fix handling of debian/source/options * git-depth now overrides the default $GIT_DEPTH environment variable * git-ref is added to the default ref-list See merge request !103
-
Daniel Reurich authored
* git-depth now overrides the default $GIT_DEPTH environment variable * git-ref is added to the default ref-list
-
- 04 Jan, 2016 3 commits
-
-
Franco Lanza authored
-
Franco Lanza authored
-
Franco Lanza authored
Master updates for: - passing options to newpid - fixes to gitsrc format handling of debian/source/options See merge request !96
-
- 02 Jan, 2016 1 commit
-
-
Daniel Reurich authored
-
- 25 Dec, 2015 1 commit
-
-
Michael Prokop authored
pbuilder >=0.216 uses /build instead of /tmp/buildd for building, accordingly check for presence of /build or fall back to /tmp/buildd otherwise.
-
- 23 Dec, 2015 3 commits
-
-
Daniel Reurich authored
-
Daniel Reurich authored
This patch adds setting the options from the environment for "newpid" including the --false and --suppress option which prevents the use of newpid.
-
Daniel Reurich authored
Merge branch 'suites/jessie' of git.devuan.org:devuan-infrastructure/jenkins-debian-glue into suites/jessie upstream into a topic branch.
-
- 21 Dec, 2015 2 commits
-
-
Michael Prokop authored
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808558 Thanks: Christoph Berg <myon@debian.org>
-
Michael Prokop authored
Quoting Niels Thykier from https://lists.debian.org/debian-devel/2015/12/msg00280.html -> "reprepro rejects upload with automatic debug symbols as it does not support them yet", see #730572 Fixes: https://lists.debian.org/debian-dpkg/2015/12/msg00010.html
-
- 12 Dec, 2015 7 commits
-
-
Daniel Reurich authored
-
Franco Lanza authored
Master See merge request !93
-
Franco Lanza authored
Suites/jessie See merge request !91
-
Franco Lanza authored
Update pbuilderrc for devuan See merge request !90
-
Franco Lanza authored
Update pbuilderrc for devuan See merge request !88
-
Franco Lanza authored
add option to suppress use of newpid In Devuans build environment, we've had issues with adt-run failing with "clone: Invalid argument" which is a failure ny newpid to clone a new process. See merge request !87
-
Daniel Reurich authored
In Devuans build environment, we've had issues with adt-run failing with "clone: Invalid argument" which is a failure ny newpid to clone a new process.
-
- 04 Dec, 2015 1 commit
-
-
Franco Lanza authored
-
- 01 Dec, 2015 1 commit
-
-
Franco Lanza authored
Fix wrong dependency ( git-buildpackageS! ) See merge request !85
-