forked from brianjmurrell/iml-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use imlteam/copr Switch from using module-tools to using the imlteam/copr image Signed-off-by: Joe Grund <[email protected]> * remove spec detection Signed-off-by: Joe Grund <[email protected]> * fixups Signed-off-by: Joe Grund <[email protected]> * another fixup Signed-off-by: Joe Grund <[email protected]> * fixup setup dir Signed-off-by: Joe Grund <[email protected]> * debug Signed-off-by: Joe Grund <[email protected]> * fixups Signed-off-by: Joe Grund <[email protected]> * specify python2 Signed-off-by: Joe Grund <[email protected]> * Add missing files to manifest. * copy sources to outdir Signed-off-by: Joe Grund <[email protected]> * spaces -> tabs Signed-off-by: Joe Grund <[email protected]> * debug Signed-off-by: Joe Grund <[email protected]> * overwrite symlinks Signed-off-by: Joe Grund <[email protected]> * remove symlinks before overwriting Signed-off-by: Joe Grund <[email protected]> * More copying Signed-off-by: Joe Grund <[email protected]> * More copying Signed-off-by: Joe Grund <[email protected]> * spaces -> tabs Signed-off-by: Joe Grund <[email protected]> * list correct dir Signed-off-by: Joe Grund <[email protected]> * fixups Signed-off-by: Joe Grund <[email protected]>
- Loading branch information
Showing
29 changed files
with
42 additions
and
749 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 |
---|---|---|
@@ -1 +1,11 @@ | ||
include include/copr_srpm.mk | ||
srpm: | ||
dnf -y install 'dnf-command(copr)' rpmdevtools wget python2 | ||
dnf -y --setopt=reposdir=/tmp/yum.repos.d copr enable clime/rpkg-client | ||
dnf -y install rpkg | ||
python setup.py sdist -d ./ | ||
rpkg srpm --outdir=$(outdir) --spec=python-iml-agent.spec | ||
for x in chroma-agent.service 50-chroma-agent.preset logrotate.cfg iml-storage-server.target 10-device-scanner.target.conf iml-agent-*.tar.gz; \ | ||
do \ | ||
rm -rf $(outdir)/$$x; \ | ||
cp $$x $(outdir); \ | ||
done |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
MANIFEST | ||
python-iml-agent.spec | ||
dist/ | ||
chroma_agent/.dev_config_store/ | ||
*.pyc | ||
|
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 was deleted.
Oops, something went wrong.
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,2 @@ | ||
PACKAGE_VERSION = "4.1.2" | ||
VERSION = "{}-1".format(PACKAGE_VERSION) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.