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.4.2:

408

Last Update:

28 Sep 2016

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.4.2 | Updated: 28 Sep 2016

Downloads:

9,801

Downloads of v 1.4.2:

408

Maintainer(s):

Software Author(s):

  • Inedo

romp 1.4.2

This is not the latest version of romp available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

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.4.2'" [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.4.2'" 
$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.4.2'
    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.4.2'
end

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


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

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


package { 'romp':
  ensure   => '1.4.2',
  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 29 Sep 2016.

Description

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


tools\Inedo.Agents.Client.dll
md5: 096490B3087F876B9BBBAD1AC083D332 | sha1: 696EBE74807115F26B2180EABF7B040D561EC186 | sha256: E8D45458F85E8842EA9DF74BE0794C9FEEEF7A861C66804BDD3014E57584FD19 | sha512: A2D4F0AFBA23C0F732D73DA21DECE3376E0DA37FF4ED6DA3FA933AA94A58487C6CF0CA88690E7E870C43F79506F0ABF6071F3FBC4E2E474C2EA067DD305C7224
tools\Inedo.Agents.dll
md5: 811A1DF3982923A933CD7399B426B106 | sha1: 73CBD83B315217C30EB87E6D5F50915C812F5E25 | sha256: C4927EC5A15C61D55BA6F4833851BD7A99EE025496A71680DB1E06B9185B0176 | sha512: BFCB9AEE9A700E4904DCD09F831EE3C05C0AD70497A446C3E9476231D32E8015C69208A3AED1F3A82B9D92AA5867E8179D3423D9A7142DD49962EA28F165C5CB
tools\Inedo.Agents.PowerShell.dll
md5: 50DD46913A39352CE716154D5B2B9075 | sha1: 5470F869F537C56DAFCA5ED236888087E280C688 | sha256: 11C56AA49A674A01B75DEC2B11B1E53CD5C606DC226870BE513619CB90E2F9F6 | sha512: E15DA000C4361C6293E40F58FBAF4F9E776A1BAECCE627328B0FA5F96D1B8FDBC28D8E95DC8D9C3828C2048C1ACD1CFD5A5CB83883099BE0E68EE916E0318D42
tools\Inedo.ExecutionEngine.dll
md5: 137F02E17362BBAE745BB5611DE869C3 | sha1: 99BEE97652DECB70B403BB6407504CB2BE260761 | sha256: 97E7F378AD4595F9FD51A597DBBFE8C0FCF57E6198CE3FCD35C4756DFAF87420 | sha512: DCAC4758C353EB20C3A98877A6802886A3F0FC0824AE0FB1CE50F036DD3BF5405BD59A15353AC6C5700F64C83991941E387F204A019569B0B6FBEBE378AE479A
tools\InedoLib.dll
md5: 55022EBA4C4D2ED1F63747E816865B0D | sha1: ABCF9C2DB5B280B1E8C003C3A8C5A786470CFC90 | sha256: D1D45E91F3ECC3EAC508F20504D33C7003DC528CDF95EB0AED11A2CF2D9E177F | sha512: 4C07F23EA064CC66A518827C344F5048ED0047AA0170EB20679BB135AC24C1B8361689DC54DABCA4B448CD233D0D36EF7A017ACDE40B85C877030554FD8B563C
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: C3C04754418382F505CAFC18D64427F5 | sha1: CAC5E36DC498D6BB16170020BE021FF5BD18A9E2 | sha256: DF8EC2E0245829DDEC5B79F1918C3AE3A3FA540A5A0E3C410E2B6EF0BEBC7927 | sha512: BDA5EFD0F69A9C7198841E5D31744FA2BEBB05CEDB1E2846A0D2DBCE6C3193DA69C181BE1116F38CD5F3D61B441567B1DA2C844522184323E3D429294AA91AB5
tools\Otter.Web.Controls.dll
md5: D1DCAD71DEFE114210FDF74B429E08F9 | sha1: FECFF044D2C7D138B0BBC8AC99CB65504074D8FB | sha256: 576C3E70A77B143F2D35E59195262EF104E2A41C9A05A7E038BADEC23BA5BD6D | sha512: 416133A29317F7CD819C7580A64A617E86C48DF940F914F0F5B0065C9BE424DB8CC556D16FCB63085BDD8669AF85E4375109DA7B4D8286358E02FF09441F96F6
tools\OtterCore.dll
md5: 3E009F81D6ED10C6FDE3A38C129B04FD | sha1: E1A43C73A6AAF7634D62E9A66719732DA9021E53 | sha256: EBADC30392B41899CB1E50EC6EF898C9D2E66DBF3A2416F900A5E1B6752B4625 | sha512: A226717239CFBAE019C2A5A397A2C71323C87D50387A80EAD6FCCB623FFF09CC26B8083ACC2A49EFBBC271A1C7BA810FCCE4B04CCA81D95ACCE8DFE0D8698C6E
tools\OtterCoreEx.dll
md5: 674525B434419A3BAEEBA0FE75D2A5DB | sha1: 3A0C47B0378EB2B0E5C8DB923CED24FDEF7F22D3 | sha256: B900813CEE9DC8BDF9036A133B7F401A53819C5FCB76BE17234C15A44731BD10 | sha512: 340F097ABAC3973A0790853A01463661A5C6A50CDA53D6131754573F04278BC38D4D059A7453BDF32C4B9A9497A61777892C076FF7C6F272E512E878725BAFCB
tools\romp.exe
md5: F5D38E58F1633BF539A9EC0C4A597D66 | sha1: AF4088F3E4A15C2B900F02E8FD234FC5BE2A5EC0 | sha256: 6F37B9AD4B51514556F7E36703698ECC8A5C4DE51A10B4C94E8523A994333E8D | sha512: B75EF403A4FD4CC4153EC94CC7A7CE912B9816EB818621E6AF84675D07A5FFF0B4B886E9979626827B2A582AB4E46BF59A6E6724A9CD28628746BF9D9EAF3F3D
tools\romp.exe.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
  </startup>
</configuration>

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