<para>
Exported environment variables are: <envar>GBP_TAG</envar> (the name
of the generated tag), <envar>GBP_BRANCH</envar> (the branch the
- package was build from) and <envar>GBP_SHA1</envar> (the sha1 of the
+ package was built from) and <envar>GBP_SHA1</envar> (the sha1 of the
commit the tag was created at).
</para>
</listitem>
<para>
Exported environment variables are: <envar>GBP_TAG</envar> (the name
of the generated tag), <envar>GBP_BRANCH</envar> (the branch the
- package was build from) and <envar>GBP_SHA1</envar> (the sha1 of the
+ package was built from) and <envar>GBP_SHA1</envar> (the sha1 of the
commit the tag was created at).
</para>
</listitem>
<para>
Exported environment variables are: <envar>GBP_TAG</envar> (the name
of the generated tag), <envar>GBP_BRANCH</envar> (the branch the
- package was build from) and <envar>GBP_SHA1</envar> (the sha1 of the
+ package was built from) and <envar>GBP_SHA1</envar> (the sha1 of the
commit the tag was created at).
</para>
</listitem>
"""
Build orig tarball using pristine-tar
- @returns: C{True} if tarball was build, C{False} otherwise
+ @returns: C{True} if tarball was built, C{False} otherwise
"""
if not options.pristine_tar:
return False
def pristine_tar_verify_origs(repo, source, options, output_dir, orig_files):
"""
- Verify orig tarballs using prstine tar
+ Verify orig tarballs using pristine-tar
- @returns: C{True} if tarball was build, C{False} otherwise
+ @returns: C{True} if tarball was built, C{False} otherwise
"""
if not options.pristine_tar:
return True