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

413

Last Update:

06 Jul 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.2.0 | Updated: 06 Jul 2016

Downloads:

9,801

Downloads of v 1.2.0:

413

Maintainer(s):

Software Author(s):

  • Inedo

romp 1.2.0

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

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


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

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


package { 'romp':
  ensure   => '1.2.0',
  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 by moderator ferventcoder on 08 Jul 2016.

Description

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


tools\Inedo.Agents.Client.dll
md5: 270EF0E7D80F11486601A29D12037503 | sha1: 1FF7711C06CD1704DF93CC038E455DE09D6397D6 | sha256: BFF70111DC1270F71FB73B79AB0F8D6187F5E4AA5072742ED0AD0082ABB44806 | sha512: 53F4B0D77AC69F988E760C4F35B8E4919BB42C32397ACEC67AB4DFE19387C940C8EFD07D67A4B1209BAEAF6EE4F6F886CB17272B86216E6099557F2E402C0BEB
tools\Inedo.Agents.dll
md5: 6ABF1371610FDC1AD5BCF05F2CE4B5FA | sha1: D0A6A8E6611F0E2A30B4D5E48E41771FF7E0D02C | sha256: B541AC65A2B8784C6440D178139D7441BA9719500C2CE468649B9481BC37D455 | sha512: 0B831D683F79DFACBD07E164DC247E2F9EE4CF41BDA2309E5FF0792C8CE6A82F9F1DEDDE5F29BE7E43F3BDD42CED10F64CDB895E3F987889556D5FB592B30A26
tools\Inedo.ExecutionEngine.dll
md5: 0B240669C6EA4C575372079514B9CA10 | sha1: A6518EA0895F5BAC4C8D8C727F6F4AD483A768F6 | sha256: 5557750C09A1C5CC2DF63EF52CC2054605BD080748F9E44C65A5E8BC2553BD70 | sha512: 7785AF63E5F3FA0C03072F6520DF6FD22C6D69853D2858C201CECE7B4A89D2495E2DB3BD0BA1785FD50CFD628897D0E05BCD1F605597BB3D71759C9BE3F030ED
tools\InedoLib.dll
md5: A40782B7E8B13B2CD31D8BC71D1640BD | sha1: 0D3E5613C3F3C4C42D5040F01518B0C44826AFDF | sha256: 2A72C8FC4DD4776E130643D0923C5D33FEBFDC1FE2237B54F064903BE376DDED | sha512: 1C3B46462159260D7E37E23830DE3EB3C48AB9E29280F584DD5748349CC13A70E1BD0711E91A4335528D14C402CCEDB204A59B6408267DFBD588B543B1CE1D10
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
 
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: 3B5E124B87FB062D5137FA57969AD295 | sha1: 10F126FDD8C87096AD98A7668C61E79A5F83E6F6 | sha256: E4C5ADFD893C2167D7DA9BE84A173AE22614DE9A00B91C2C598CC97D53956146 | sha512: 1BAF586CE955BD18346AA69A1455B6FEEEB6032A9F0BACA9B523C2D51E2CD7352080A52846CDCA7D4B0175A735C7BC48923BCC6542E752B319361F983C062058
tools\OtterCore.dll
md5: 772C7039922BA823A85F2793FA6AA86E | sha1: 5EA020DAA9FDE3052CCB910DF02438B79CE85731 | sha256: 233C0642F7C2F0A19695E35282F73C48A13AE3AA31E42682B529501C6D555F49 | sha512: C4DAADB5A40381AF52C000C1E075854DA715CCCD9A12DCBA9EF53867C9177C67AF90418215CC1C4EC8888952381B3184ABA55E04C341910B5318443EA93DDC94
tools\OtterCoreEx.dll
md5: CBB7A8767A0C70FE070527E9B43F17A5 | sha1: C2503CB3692AFA2BCCED97BB0C993777DD06D15D | sha256: 81F146AB41F58AC801E059B36040B514AF591721C3E010CDD1D95025EC7543E0 | sha512: 2478277E8FF5DA26288C7D797D296AAD62F490848BC6E12136DDC4A928169DB5647DA68B699576ECC664ACA61F0F637B486CF7426C4C14F5E749C3A47FFAD918
tools\romp.exe
md5: 3EC226116EEBBE2BA34E1D1473B4728C | sha1: 5482228DB9E80518E0D4B84CA396F78EA96DE112 | sha256: 89AF965F26163372DED91606E2AB1049042AEE3857094EE1EB285AF68DBA927E | sha512: A2A374A77B97D6727E1A6AF2435904A2E12994AF8A63D4F00B8B42A873E889213B37AA1B53E1A1A20E47788C47BAA61C7EA022E4728B66167C978248CF4973AC
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