-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for git repo as an upstream source
In addition to tarball and srpms, eext now supports git repo as an upstream source.
- Loading branch information
1 parent
d01e562
commit 55502dd
Showing
7 changed files
with
288 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
package: | ||
- name: libpcap1 | ||
upstream-sources: | ||
- git: | ||
url: https://github.com/the-tcpdump-group/libpcap | ||
revision: 104271ba4a14de6743e43bcf87536786d8fddea4 | ||
signature: | ||
detached-sig: | ||
public-key: mrtparse/mrtparsePubKey.pem | ||
type: git | ||
build: | ||
repo-bundle: | ||
- name: foo | ||
version: v1 | ||
- name: bar | ||
|
||
- name: libpcap2 | ||
upstream-sources: | ||
- git: | ||
url: https://github.com/the-tcpdump-group/libpcap | ||
revision: libpcap-1.10.1 | ||
type: git | ||
build: | ||
repo-bundle: | ||
- name: foo | ||
version: v1 | ||
- name: bar | ||
# | ||
# - name: libpcap3 | ||
# upstream-sources: | ||
# - snapshot: | ||
# rel-version: 1.10.4 | ||
# commit: 104271ba4a14de6743e43bcf87536786d8fddea4 | ||
# signature: | ||
# skip-check: true | ||
# detached-sig: | ||
# public-key: mrtparse/mrtparsePubKey.pem | ||
# type: local-eextsubdir | ||
# build: | ||
# repo-bundle: | ||
# - name: foo | ||
# version: v1 | ||
# - name: bar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.