Skip to content

Commit

Permalink
update debsign
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
  • Loading branch information
adam-stokes committed Oct 7, 2020
1 parent d3c33aa commit 09318ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/build-debs/build-debs.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def make_debs(self):
"""Builds the debian packaging for each component"""
for repo in DEB_REPOS:
cmd_ok(f"cp -a {repo}/* k8s-internal-mirror/.", shell=True)
cmd_ok(f"dpkg-buildpackage -us -uc", cwd="k8s-internal-mirror")
cmd_ok(f"dpkg-buildpackage -us", cwd="k8s-internal-mirror")
cmd_ok(f"rm -rf debian")


Expand Down
5 changes: 5 additions & 0 deletions jobs/build-debs/debuilder-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@
shell: |
gpg --batch --import gpg-pub.key
gpg --batch --import gpg-private.key
- name: copy devscripts
copy:
src: "devscripts"
dest: "/root/jenkins/.devscripts"
owner: root
- name: clone jenkins repo
shell: |
git clone https://github.com/charmed-kubernetes/jenkins
Expand Down
1 change: 1 addition & 0 deletions jobs/build-debs/devscripts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DEBSIGN_KEYID="64E3FEF24CB4220BC2A29465CD081DE8AB129D5E"

0 comments on commit 09318ba

Please sign in to comment.