-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from jnpkrn/copr-tito
build: git -> automatic COPR builds integration followup
- Loading branch information
Showing
3 changed files
with
4 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# All rights reserved. | ||
# | ||
# Author: Jan Pokorny <[email protected]> | ||
# (using src/tito/builder from the tito project as a template) | ||
# (using src/tito/builder/fetch.py from the tito project as a template) | ||
# | ||
# libqb is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU Lesser General Public License as published by | ||
|
@@ -70,10 +70,3 @@ def tgz(self): | |
dest_filepath = join(self.rpmbuild_sourcedir, base_name) | ||
copyfile(s, dest_filepath) | ||
self.sources.append(dest_filepath) | ||
|
||
def _get_rpmbuild_dir_options(self): | ||
return ('--define "_topdir %s" --define "_sourcedir %s" --define "_builddir %s" ' | ||
'--define "_srcrpmdir %s" --define "_rpmdir %s" ' % ( | ||
self.rpmbuild_dir, | ||
self.rpmbuild_sourcedir, self.rpmbuild_builddir, | ||
self.rpmbuild_basedir, self.rpmbuild_basedir)) |
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