Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
vagrant
vagrant_transfiletriggerun.rb
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File vagrant_transfiletriggerun.rb of Package vagrant
#!/usr/bin/ruby.%{rb_ruby_suffix} begin $LOAD_PATH.unshift "%{vagrant_dir}/lib" begin require "vagrant/plugin/manager" rescue LoadError => e raise end $stdin.each_line do |gemspec_file| next if gemspec_file =~ /\/%{name}-%{version}.gemspec$/ spec = Gem::Specification.load(gemspec_file.strip) Vagrant::Plugin::StateFile.new(Pathname.new(File.expand_path "%{vagrant_plugin_conf}")).remove_plugin spec.name end rescue => e puts "Vagrant plugin un-register error: #{e}" end
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor