The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Store Extensions

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Store Extensions Posted: Nov 12, 2004 4:17 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Store Extensions
Feed Title: Travis Griggs - Blog
Feed URL: http://www.cincomsmalltalk.com/rssBlog/travis-rss.xml
Feed Description: This TAG Line is Extra
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Travis Griggs - Blog

Advertisement
In IRC and a couple of other places there were some follow up questions to how some of the stuff mentioned in Automated Builds was done. As a result, I took our StoreExtensions package, made it a little more standalone, and replicated it up to the repository.

It adds an object called PackageDeployment which is a nice programitic interface for publishing packages as parcels. PackageDeployment makes sure that the parcel version is the same as the package version. It avoids redundant publishes. If the package is dirty, it adds a timestamp to the parcel version, so that unpublished packages don't like published packages in parcel form.

It adds methods to Package and PackageModel that allow prerequisite chains to be computed. The determination if package head is determined by latest version number that is all digits. This is easily changed and could be made more "pluggable" if there was interest.

It also adds some handy RB menu items such as:

  • Update to Head: Given the selection, computes its full latest prereq tree, then presents a dialog of the changes against the current image. Press OK, and it loads them. It sure beats doing "more recent versions", selecting each one by hand, and then loading the latest.
  • Deploy (with Prereqs): Given the selection, prompts for a directory, and then uses the PackageDeployment object to generate parcels for the selection AND all of its recursive prerequisites.

Finally, many thanks to Colin Putney. The count of known sites doing Automated Builds goes up to 4 with his report about How Quallaby does Automated Builds.

Read: Store Extensions

Topic: My son's new friend Previous Topic   Next Topic Topic: Cincom Smalltalk 2004 Users Conference - Schedule

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use