Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

9,801

Downloads of v 1.6.1:

399

Last Update:

13 Jun 2017

Package Maintainer(s):

Software Author(s):

  • Inedo

Tags:

otter romp otterscript

romp

This is not the latest version of romp available.

  • 1
  • 2
  • 3

1.6.1 | Updated: 13 Jun 2017

Downloads:

9,801

Downloads of v 1.6.1:

399

Maintainer(s):

Software Author(s):

  • Inedo

romp 1.6.1

This is not the latest version of romp available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install romp, run the following command from the command line or from PowerShell:

>

To upgrade romp, run the following command from the command line or from PowerShell:

>

To uninstall romp, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade romp -y --source="'INTERNAL REPO URL'" --version="'1.6.1'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade romp -y --source="'INTERNAL REPO URL'" --version="'1.6.1'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install romp
  win_chocolatey:
    name: romp
    version: '1.6.1'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'romp' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.6.1'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller romp
{
    Name     = "romp"
    Version  = "1.6.1"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'romp':
  ensure   => '1.6.1',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 13 Jun 2017.

Description

Romp is the standalone command-line version of the Otter execution engine.


tools\Inedo.Agents.Client.dll
md5: F3C97E35F45071009758D82451D6A133 | sha1: 42017463E94370090ECFF6FBEF5A40179806EE77 | sha256: 949F0F0D02252BE09BC1B8EEEE1827015455CB637368E465C4AB74E22447511D | sha512: 6FDFFCBB91E104DE841D979D7A14039BFFAE110BEA5DC1AE7D8E9B70D5E2E0C91B7772A73AF770C1D36CB889276DAA253995F8B124BFAE793D5619E7601F8C6E
tools\Inedo.Agents.dll
md5: 811A1DF3982923A933CD7399B426B106 | sha1: 73CBD83B315217C30EB87E6D5F50915C812F5E25 | sha256: C4927EC5A15C61D55BA6F4833851BD7A99EE025496A71680DB1E06B9185B0176 | sha512: BFCB9AEE9A700E4904DCD09F831EE3C05C0AD70497A446C3E9476231D32E8015C69208A3AED1F3A82B9D92AA5867E8179D3423D9A7142DD49962EA28F165C5CB
tools\Inedo.Agents.PowerShell.dll
md5: 803C104A22BD60522FA3F3E95F0F2405 | sha1: 1FF8B9C5849B313A237A87450790C6C9559EAA62 | sha256: A6A98EA48A3C41780ECA9B1974D24EA337E2E967FC96D9C7A08E604E72FDAF1A | sha512: 7F48FDEBF94FF81D6CD50038CA9AEC3A31336043654219E7FF714263AF05AD7B30DC873F0FBD419DAFF9CE2377F8ABB6608EA4A422F199A4CD8E0622D4ED2929
tools\Inedo.ExecutionEngine.dll
md5: 9944EB890DCD0A708CA6DD576B283C0D | sha1: C8657D1628F436CFF068632572F019F168D9BA33 | sha256: 50F270D85C157D8F73EBFD541EDBF6FC7CF922CAD9CAE88EE65D0D76F0248556 | sha512: 394141DABF49C5B918E4ACAD40A70F69764F12F9E2F7729ACBDA690101F3BE7C72655011DD43EA8A55BF5627DE67B21A577D34BE5585C9F6079B9B19E4C451EF
tools\InedoLib.dll
md5: 81BC1B21266D41462554B7749A767DC5 | sha1: 569978A0AFFA5AB92E9155420FE983F909991EA0 | sha256: 9A4FF88DC53D592E85E7C2C3501F5F1F44101554E177D0564575144364A70D52 | sha512: 3FB11D7B8C766662DE32613344BE47943684E1F336E21EF474BF0C3E39ADDA348B715D652E805C5AF94C238DDBBC3C44A74146A8656218E80EAFEC253EAFE223
tools\LibGit2Sharp.dll
md5: C092FDB23740484A729A9A37E45DF4C6 | sha1: 1A3E35BA476E0FAE5392AF33B262A6EB908C8744 | sha256: 9349009576BEA51682BBE5E2D160A8AED564A252AE5A718942DFB4EDC3597671 | sha512: 72439EA2652C327F43AC19307261203A8589DDAB45319B2C70176968879E796302CD46D8FBBFA152CD644E8D1DFF45D5830F754DC502508D94090F4C0948ACF3
tools\LibGit2Sharp.dll.config
<configuration>
    <dllmap os="linux" cpu="x86-64" wordsize="64" dll="git2-785d8c4" target="NativeBinaries/linux/amd64/libgit2-785d8c4.so" />
    <dllmap os="osx" cpu="x86,x86-64" dll="git2-785d8c4" target="NativeBinaries/osx/libgit2-785d8c4.dylib" />
</configuration>
tools\Microsoft.Web.Administration.dll
md5: 749976DDABDC9C5448A87F33AEF1E0E7 | sha1: 023E8020218FC4E3DEDFABF90092EA757B2D96E8 | sha256: 17975EB1637EDAF624BFE157A281E5EB9AA0D6D1D87D052820DB59366F651AF7 | sha512: 20602C979C2108253E9D1BA84A9D4C7C55E401D0BF6EE9BEB568218A3D13E4415F3B02958EA0CFAF3E8C78E106F287ECBE3D622251B1A594FF0FC89E18D504BA
tools\NativeBinaries\amd64\git2-785d8c4.dll
md5: F4BD41A928B92250C0882C86FECA8E12 | sha1: 88FAF4C4104B1E1A9FE7723E8750DC04AB72CF12 | sha256: B440090E6B88E94053541C7A0CDF4C55411F63B1C6D392C18896303B59CAFB8D | sha512: 7DF8884F8D9E0089D9E935B7963A064AFBCA061CF19CFFD3828880A17D49C07E67D5BD4D63F86B6EC53B4A2249CCE62F0A47A78EBF67FBDBEC19349FDA3AEACB
tools\NativeBinaries\linux\amd64\libgit2-785d8c4.so
md5: A37DBCD1364C1E239F7F42EFB52202F0 | sha1: DCD5E8E3E17A44D00B3619F44ABBA40499C01249 | sha256: DBD85C013E88B100B505406605CCC9D1C3D85FD4EF6C331BCCCDFDB2D1508FA4 | sha512: 2541D4410885387D96134392FAD4AF3F369857BD612DD33CE691FEF9F0C9E60040E05888E6B94CC0A9CC17C43C776CBFD8C12925AE6F114D78EE439EBDF4CCE8
tools\NativeBinaries\osx\libgit2-785d8c4.dylib
 
tools\NativeBinaries\x86\git2-785d8c4.dll
md5: 2A674707B61708A8F123CA1C1F839B75 | sha1: 5EF09F6082B32E4A197C4512E7399A60E657881B | sha256: 3C97C8C1B5A25972284543D45F0B929F53DEB4E16FC8C55BCE17983390BF6401 | sha512: 5772F428FE99765DBA2BB81B5A11E5E4B54444A9084B0F80E6A0F0C66132B8F8CABC68DE922D05B727BC1D26C98F0DBD3AB95D3AFB4DC2AD43B3E7677752DBD8
tools\Newtonsoft.Json.dll
md5: C53737821B861D454D5248034C3C097C | sha1: 6B0DA75617A2269493DC1A685D7A0B07F2E48C75 | sha256: 575E30F98E4EA42C9E516EDC8BBB29AD8B50B173A3E6B36B5BA39E133CCE9406 | sha512: 289543F5EEA472E9027030E24011BEA1E49E91059241FE6EB732E78F51822313E47D1E4769FA1C9C7D6139F6A97DCFEF2946836B3383E8643988BF8908162FB9
tools\Otter.Web.Controls.dll
md5: 26EFA50FFC7239AB3EEB103BDF6C967E | sha1: 829537698D36AE2190B34AA5664EBB0E65374424 | sha256: 48F17E711657F6BF86ABA36D9C99EF0397C2115FADADA3153E6439EED49B5B64 | sha512: 2BE82BF458ADB695C4A830EE1AAE98625F57DD74EDCEF4BA9CACDAA1D1A46287786F836178C5FE7A20110A00903BE99DD7E3995909087812298A7D8AA9D9F1DD
tools\OtterCore.dll
md5: CF63D6F381F378CB3E9C88E888D13F47 | sha1: 6393E89D0A004EC083CC4498C5DFE2FD13420CF1 | sha256: 79B8FCE9D7BE3C974FECA312D7854DE9C3F6C27FA78E2FE15211AB77D60B1416 | sha512: 3F1E732B4CAFADF42C89564A950A3A3A84F1FD1ED8728364A1F2A70229EBE35279BD3F36ADE72C802430A1C7EA619F8A8003E95A2D80BC058F883F7C7D964A8D
tools\OtterCoreEx.dll
md5: BED379A9F8754FBA8906021B3D46C8E5 | sha1: 900387E8A0D970940287E688896ABDAF3E0F3012 | sha256: C1D3BA498FB001DF2EAFB4EECC5C5A37F584E4F91070E6448578791785D76321 | sha512: 747AC0D83AD0BCEDB7925BC2894595025A4C25C940E58ADF386C0879CD31C68428FB7382BEC05D9571BCD549E817CB85E75B901DC7628DB6A3A6D70AD142382C
tools\Renci.SshNet.dll
md5: E9DC6B6F025A55C7E266AFE6FEC93A53 | sha1: 9C904E870FA572F3732F7F01E8D79A01C8BAE086 | sha256: F6B51F9B0D46D3BC1649D1CFC159157CAD77350485AD4F9BC300653EFB5C813D | sha512: 3A68F2DF2D14124E7EE0AF2E2094DB4E6692A26221ECB426320C3FDB727273473AF718CEED8DE0C6A6AD445CEB217707CEA2D139516E521B32B5104EE0E8DAF0
tools\romp.exe
md5: C662A32DE2660E8B57E0B5C9DF96BC00 | sha1: 69B32AB528D2FFC09760BF11304D6BC6E6FE4607 | sha256: 7F66F6D09EFAFE13B347762248E9B234F4BDF80ECF7B5AF2E8F3488A785B7EDF | sha512: 86B4DEF5F02B961222AA21717A81422AC63098BAA0A95162DDC97E391E22140955C287364214E87E5B2249895CEE58324FD3FDBA5884519FD7E2AE4DE594B237
tools\romp.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
</configuration>
tools\System.Data.SQLite.dll
md5: 1569645673A681C6657396C73B2D25F0 | sha1: C48EE6575542588B7C1C2B5AC93A3D5A0C18728C | sha256: 19B640116C2749525278A746558E29D982CD665F0BFB0DD207ED282B35F3AB0C | sha512: 1B731827C5259495625F31E4F085C4026978B953B00C0FB9D743DEB8673F732769C1B44D923131D8F3A5F41046BA04A54D6989DC0CE0FE258E6C0EF874356276
tools\System.Data.SQLite.dll.config
<?xml version="1.0"?>
<!--
 *
 * System.Data.SQLite.dll.config -
 *
 * WARNING: This XML configuration file is intended for use within the NuGet
 *          package directories only.  Please do not copy this file to any of
 *          the build output directories because it could interfere with the
 *          native library pre-loading feature.
 *
 * Written by Joe Mistachkin.
 * Released to the public domain, use at your own risk!
 *
-->
<configuration>
  <appSettings>
    <add key="PreLoadSQLite_BaseDirectory"
         value="%PreLoadSQLite_AssemblyDirectory%\..\..\build\%PreLoadSQLite_TargetFramework%" />
  </appSettings>
</configuration>
tools\System.ValueTuple.dll
md5: BA57733192CC4D15E9BF5C8EC1477847 | sha1: 03C83150DEBC466DC3DD4643CD9DAE31937C1576 | sha256: 516A9BB9300E1D1F4FA5B8F269E0AB1816963CBE11C8E9511FF5500B282235E2 | sha512: 550A9B5D6C7F03B5A744F37E7E41298CA2521DA56E9F9A4FDA0C062C710D5FC951B56C91401B9ECEB83288461466F2C32C3B5A1E2BDC8CA61F926623F86F4E2B
tools\x64\SQLite.Interop.dll
md5: 9FDAF16C0A069C9F09246C916342C12E | sha1: ACFB1B4C6EAAF72986F20B265F09F91D5B388426 | sha256: CF623B0B51E3866EC24CF68068E3A2100E28B7C41219C945CD004EDAC51F53EE | sha512: 935D860C5279CEA96AA16CC1D2D137372BA48D90DB3EAA5DC9517F973239F6EB6D95DB3089BE59A7D4C80AEE020B14F98E9EED7BC8340E6BCA6DAC04D99B96E4
tools\x86\SQLite.Interop.dll
md5: 85E8E6574D6D926CB1E96031CB7E9469 | sha1: C7D266327CB04103FF08186877A609C987D16A74 | sha256: 7F80C86469233851EDA61422AC1FE7158A3F686646B3A5A7CADE35AD81D62087 | sha512: 41620556C53B98196F31F6444416D78598453BEA030D72D710300170AEEC579C3F20F421A897A7350B7B49E4A349757B0AB1D41CE50BE96A07EC15A9EFBCBB2F

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
romp 1.7.0 388 Friday, July 28, 2017 Approved
romp 1.6.3 386 Wednesday, July 12, 2017 Approved
romp 1.6.2 392 Thursday, June 29, 2017 Approved
romp 1.6.1 399 Tuesday, June 13, 2017 Approved
romp 1.6.0 366 Thursday, May 25, 2017 Approved
romp 1.5.5 385 Thursday, March 16, 2017 Approved
romp 1.5.4 352 Wednesday, March 15, 2017 Approved
romp 1.5.3 384 Friday, February 3, 2017 Approved
romp 1.5.2 456 Wednesday, January 25, 2017 Approved
romp 1.5.1 389 Thursday, January 19, 2017 Approved
romp 1.5.0 376 Friday, January 13, 2017 Approved
romp 1.4.6 394 Tuesday, November 8, 2016 Approved
romp 1.4.5 399 Wednesday, November 2, 2016 Approved
romp 1.4.4 395 Monday, October 10, 2016 Approved
romp 1.4.2 408 Wednesday, September 28, 2016 Approved
romp 1.4.1 424 Friday, September 16, 2016 Approved
romp 1.4.0 407 Friday, September 2, 2016 Approved
romp 1.3.2 426 Monday, August 15, 2016 Approved
romp 1.3.1 418 Thursday, August 4, 2016 Approved
romp 1.3.0 392 Friday, July 29, 2016 Approved
romp 1.2.0 413 Wednesday, July 6, 2016 Approved

This package has no dependencies.

Discussion for the romp Package

Ground Rules:

  • This discussion is only about romp and the romp package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or romp, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus