offline projects zip calculate sha1 #427

This commit is contained in:
larshp 2016-11-16 15:11:34 +00:00
parent f94993db60
commit 34c946a1e8
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@ REPORT zabapgit LINE-SIZE 100.
* See http://www.abapgit.org * See http://www.abapgit.org
CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT CONSTANTS: gc_xml_version TYPE string VALUE 'v1.0.0', "#EC NOTEXT
gc_abap_version TYPE string VALUE 'v1.21.2'. "#EC NOTEXT gc_abap_version TYPE string VALUE 'v1.21.3'. "#EC NOTEXT
******************************************************************************** ********************************************************************************
* The MIT License (MIT) * The MIT License (MIT)

View File

@ -384,7 +384,11 @@ CLASS lcl_zip IMPLEMENTATION.
ev_path = <ls_file>-path ev_path = <ls_file>-path
ev_filename = <ls_file>-filename ). ev_filename = <ls_file>-filename ).
<ls_file>-data = lv_xstr. <ls_file>-data = lv_xstr.
<ls_file>-sha1 = lcl_hash=>sha1( iv_type = gc_type-blob
iv_data = <ls_file>-data ).
ENDLOOP. ENDLOOP.
normalize_path( CHANGING ct_files = rt_files ). normalize_path( CHANGING ct_files = rt_files ).