Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
et-iedo-public
debian-packages
gitlab-package-build
Commits
0f8851ed
Commit
0f8851ed
authored
Dec 13, 2021
by
Adam Lewenberg
Browse files
change name of test package
parent
61e198bf
Pipeline
#31757
passed with stages
in 13 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0f8851ed
# Build a Debian package using GitLab CI/CD
TBD
## Requirements
1.
If you are using the
`dput`
portion of the
`debian-package`
Docker
image to upload the package build you will need an account on the target
Debian repository servers. This will be a local account that gains access
using an ssh key-pair.
## Building for distributions
...
...
debian/changelog
View file @
0f8851ed
test-
package
-build (1
0
) unstable; urgency=medium
test-
cicd
-build (1) unstable; urgency=medium
*
More testing
.
*
Initial build
.
-- Adam Henry Lewenberg <adamhl@stanford.edu> Sat, 11 Dec 2021 16:28:37 -0800
test-package-build (9) unstable; urgency=medium
* More testing.
-- Adam Henry Lewenberg <adamhl@stanford.edu> Sat, 11 Dec 2021 16:26:04 -0800
test-package-build (8) unstable; urgency=medium
* More testing.
-- Adam Henry Lewenberg <adamhl@stanford.edu> Sat, 11 Dec 2021 16:23:41 -0800
test-package-build (7) unstable; urgency=medium
* More testing.
-- Adam Henry Lewenberg <adamhl@stanford.edu> Fri, 10 Dec 2021 15:08:05 -0800
test-package-build (6) unstable; urgency=medium
* More testing.
-- Adam Henry Lewenberg <adamhl@stanford.edu> Fri, 10 Dec 2021 11:28:30 -0800
test-package-build (5) unstable; urgency=medium
* More testing.
-- Adam Henry Lewenberg <adamhl@stanford.edu> Fri, 10 Dec 2021 09:14:13 -0800
test-package-build (4) unstable; urgency=medium
* Even more testing.
-- Adam Henry Lewenberg <adamhl@stanford.edu> Fri, 10 Dec 2021 08:38:33 -0800
test-package-build (3) unstable; urgency=medium
* More testing.
-- Adam Henry Lewenberg <adamhl@stanford.edu> Thu, 09 Dec 2021 13:28:10 -0800
test-package-build (2) unstable; urgency=medium
* Non-maintainer upload
-- Lonlone Lee <lonlone@stanford.edu> Thu, 19 Aug 2021 12:43:58 -0700
test-package-build (1) unstable; urgency=low
* Initial release.
-- Adam Henry Lewenberg <adamhl@stanford.edu> Fri, 05 Feb 2021 13:38:09 -0800
debian/control
View file @
0f8851ed
Source: test-
package
-build
Source: test-
cicd
-build
Section: misc
Priority: optional
Maintainer: Adam Henry Lewenberg <adamhl@stanford.edu>
Build-Depends: debhelper (>=11~)
Standards-Version: 4.3.0
Homepage: https://code.stanford.edu/debian-public/test-
package
-build
Homepage: https://code.stanford.edu/debian-public/test-
cicd
-build
Package: test-
package
-build
Package: test-
cicd
-build
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Dummy package for
monitoring d
ebian package build
system
s
Description: Dummy package for
testing CI/CD D
ebian package builds
This Debian package does not contain any useful software, rather its
purpose is to provide a small Debian apckage that
monitors can build to
ensure that a Debian build environment is working properly
.
purpose is to provide a small Debian apckage that
is used to test
CI/CD Debian package builds and uploads
.
header.yml
View file @
0f8851ed
...
...
@@ -5,5 +5,5 @@ variables:
# DOCKER_DEB_PACKAGE_BUILDER: this is the name of the Docker image that
# builds the Debian package. There should be little reason to change
# this value.
DOCKER_DEB_PACKAGE_BUILDER
:
macrotex/debian-package
-docker
DOCKER_DEB_PACKAGE_BUILDER
:
macrotex/debian-package
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment