File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Fips/MD5:
3131 - ' config/software/gitlab-pg-ctl.rb'
3232 - ' config/software/gitlab-psql.rb'
3333 - ' config/software/gitlab-redis-cli.rb'
34+ - ' config/software/gitlab-backup-cli.rb'
3435 - ' files/gitlab-cookbooks/gitlab/libraries/helpers/base_pg_helper.rb'
3536 - ' files/gitlab-cookbooks/gitlab/libraries/rails_migration_helper.rb'
3637 - ' files/gitlab-ctl-commands/lib/postgresql/password_hash.rb'
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616#
17+
18+ require 'digest'
19+
1720name 'gitlab-backup-cli'
1821
1922license 'Apache-2.0'
2023license_file File . expand_path ( 'LICENSE' , Omnibus ::Config . project_root )
2124
2225skip_transitive_dependency_licensing true
2326
27+ # This 'software' is self-contained in this file. Use the file contents
28+ # to generate a version string.
29+ default_version Digest ::MD5 . file ( __FILE__ ) . hexdigest
30+
2431build do
2532 mkdir "#{ install_dir } /bin/"
2633 # Create a wrapper for the gitlab-backup-cli tool
You can’t perform that action at this time.
0 commit comments