Skip to content

Commit

Permalink
Remove submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
crohr committed Jul 7, 2014
1 parent 28367c5 commit 05f7b8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "vendor/createrepo"]
path = vendor/createrepo
url = http://createrepo.baseurl.org/git/createrepo.git
[submodule "vendor/pexpect"]
path = vendor/pexpect
url = https://github.com/pexpect/pexpect.git
1 change: 1 addition & 0 deletions bin/rpm-s3
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class FileGrabber(object):

def sign(rpmfile):
"""Requires a proper ~/.rpmmacros file. See <http://fedoranews.org/tchung/gpg/>"""
# TODO: check if file is indeed signed
cmd = "rpm --resign '%s'" % rpmfile
logging.info(cmd)
try:
Expand Down

0 comments on commit 05f7b8f

Please sign in to comment.