Code Monkey home page Code Monkey logo

aamporter's Introduction

aamporter

Important note

Adobe's mid-June 2016 product updates described here, and all new releases for CC 2017, use a new installer technology (known internally as "HyperDrive"). These applications and their updates are not compatible with the updates feed or mechanisms that aamporter understands. aamporter is therefore only useful for doing updates for Adobe CS5-CS6 and CC versions up until the original 2015 releases. In February 2017 (this latest doc update), there are very few applications whose most recent version still uses this original format (Adobe Lightroom, for example).

Overview

aamporter is a tool for automating the downloading of updates to Adobe Creative Cloud and Creative Suite applications, and optionally importing them into a Munki repo.

The 'aam' in the name refers to Adobe Application Manager, the user-facing name for Adobe's installer and licensing subsystem for Creative Cloud/Suite products.

The download functionality attempts to replicate the same logic used by the AAM system and the Creative Cloud Packager tools. The Munki-importing functionality is possible because Munki is the only Mac software application

to retrieve the user-definable sets of updates for Adobe Creative Suite products and suites. It also automates the process of importing these into a Munki repo. Later, the tool can be re-run to pull in new updates as they are released and you can begin testing.

Usage

Build a 'product plist' with a list of channels you would like to check for updates. For a list of Channel IDs and product names, see the tech note on Channel IDs for Creative Suite and Creative Cloud for a list of updates that you're likely to be most interested in. See the product-plist-examples folder for a few example plists and the section below on generating product plists. Each channel may have multiple different updates available to it, and every product that can be purchased from Adobe, whether a suite or a single product, is comprised of many Channel IDs. Typically only several of these will ever actually have updates available.

If you plan to have updates imported into Munki, you should also set the munki_update_for key within the plist. This is either a string or array corresponding to the item(s) in Munki you would make these an update_for (in other words, the base product(s) you are putting in a Munki manifest).

Now, run aamporter with the plist path as an argument to fetch all the latest updates for these channels:

./aamporter.py SomeAdobeProduct.plist (this plist can be named whatever you'd like)

You can specify as many plists as you like, to check multiple products at once.

See the local_cache_path configuration option to override the default location these are stored.

Use the --platform win option to fetch the latest Adobe updates for Windows products (as .zip files) using the these channels. --platform defaults to mac.

Note: Munki isn't designed to understand Windows based Adobe updates so the --platform win option cannot be used with the --munkiimport option.

Importing into Munki

Using the --munkiimport option will effectively run munkiimport --nointeractive on each downloaded update, automatically setting appropriate name, display_name, description, update_for keys, and additional options that can be specified in the aamporter.plist preference file. You may also override the destination pkg/pkginfo path per product plist using the munki_repo_destination_path key in a product plist (string value). This is useful if you like to group your CS updates by version along with your installers.

Important: If multiple plists are specified and any channels are shared between one or more products (ie. Photoshop, which is part of many suites), the update's pkginfo will have an update_for item for each product to which it applies. If it's expected that an update will apply to multiple base products (Camera Raw, for example), it's important to specify all relevant product plists in a single run.

aamporter calls upon functionality in munkiimport that will detect whether you already have an item in your repo. The default behaviour of aamporter will skip the duplicate import, but this can be overridden with the --force-import option.

Once a run is complete and new items have been imported, catalogs will not be rebuilt by default. The --make-catalogs option, when set, will trigger makecatalogs at the end of the run.

Some organizations can't use munkiimport and need to use makepkginfo instead. You can have aamporter call makepkginfo by setting munki_tool to makepkginfo in the aamporter.plist file.

More documentation for Munki

Nick McSpadden has done a comprehensive writeup on the Munki Wiki on importing Adobe Creative Cloud installers and updates into Munki, covering aamporter.

Generating product plists

The --build-product-plist option will generate a product plist automatically, using all Channel IDs found at the path of an Adobe ESD installer or a .ccp file from a (Mac or Windows) installer built using Creative Cloud Packager:

./aamporter.py --build-product-plist "/Volumes/CS6 DesWebPrm"

./aamporter.py --build-product-plist "AdobeCCPhotoshopInstaller.ccp"

This will save a plist named after the location given, but you can name it anything you'd like. You may want to modify it to include only the updates you're interested in for the product. Most suites have roughly a dozen "base product" channels that will get updates for themselves and shared components like Dynamic Link Media Server and CSXS Infrastructure. For example, we could reduce this list down to something like:

  • AdobeAPE3.3_Mac_NoLocale
  • AdobeBridgeCS6-5.0
  • PhotoshopCameraRaw7-7.0
  • AdobeDreamweaverCS6-12
  • AdobeExtensionManagerCS6-6.0
  • AdobeFireworksCS6-12.0.0-mul
  • FlashPro12.0
  • AdobeIllustrator16-mul
  • AdobeInDesignCS6-8.0
  • AdobePhotoshopCS6-13.0
  • AdobeMediaEncoderCS6-6

It's possible this may miss some obscure update that an automatically-generated plist wouldn't, but using the main application Channel IDs should catch most, if not all, of what you want.

Revoked updates

Adobe retains some old updates in its feed, marking them as revoked. By default, aamporter will not fetch and import these, but this can be overrided with the --include-revoked option. CS updates seem to be always cumulative patches, and CS apps are not easily reverted to previous versions (instead requiring a full uninstall/reinstall), but you may want to collect previous versions if there are issues with installing the latest updates.

Creative Cloud updates

The --build-product-plist option can also be used against a CC application installer ESD in the same manner as CS-era products. However, currently aamporter does not fetch every single CC update available.

There was period after CS6's release when some CS6-era products received updates only available to Creative Cloud customers - Illustrator and DreamWeaver got point-one updates that would not be installed by running RemoteUpdateManager. These are mostly all branded with the FEATURE descriptor in the metadata feed, and seem to use a metadata element, TargetLicensingType, with a value of 1 to identify a CC update.

When the first CC application patch updates were released in June 2013, they did not specify this CC-related metadata, but the Photoshop 14.1 update released in September 2013 does, and RemoteUpdateManager will still install these. So, more work must be done to determine how these updates are discerned by RemoteUpdateManager.

Bonus: Importing CCP packages into Munki

Since Creative Cloud doesn't really have the notion of a "suite" of apps, you may have a large number of individual CC application installers built using Creative Cloud Packager. Since the process of importing these all into Munki is time-consuming, I wrote a short script to automate this process, which I included in this repo here.

Caveats

Product plists are your responsibility

The example product/channel ID mappings provided aren't a definitive list. You should decide which updates you want to deploy, and test them thoroughly. You may well decide you only care about the main application updates and so can keep a relatively small list of channels for a given product.

There is usually at least one update with every major version of the CS suite that has major issues with a "silent install," for example hanging in non-GUI installation contexts (Flash Pro 12.0.2 triggering an Extension Manager installer), or improper cleanup following an install (Dreamweaver CS5 11.0.3 and Extension Manager re-launch looping). Nothing new here.

Conflicts with updates already in your repo

The munkiimport functionality will create pkginfos named according to the internal update name, substituting the hyphen with an underscore (so Munki doesn't interpret as the pkginfo version) and with a custom suffix added (see munki_pkginfo_name_suffix below). For example: AdobePhotoshopCS6Support_13.0_Update.

If you already have several updates for a product in your repo and they (likely) don't use this naming convention, you'll have duplicate pkginfos for the same product. You may want to first clear existing updates from your repo or only test aamporter with a product you are just beginning to configure in Munki and for which you don't already have updates available in production.

Undocumented order of installation

There has been at least one case (Photoshop CS5 updates 12.0.2 through 12.0.4, pointed out by Greg Neagle) where an application would only patch itself successfully if the updates were applied in the order they were actually released. I've not discovered anything in the webfeed XML that documents when an update was released, so again, test thoroughly.

Manually-generated installs keys may still be needed for Munki

I've found that most CS suite applications will keep a proper installed state using the installs item that's automatically generated by makepkginfo/munkiimport. This may not always be the case for every application in the suite. You may want to use your own installs keys for the base application and each update, rather than letting Munki track these by the /Library/Application Support/Adobe/Uninstall/{guid}.db files used by default.

See the Adobe CS area of the Munki wiki for more details on Adobe CS5/5.5/6 pkginfos.

Adobe Help uses AIR

Adobe Help uses a different, AIR-based method to install and requires an alternate approach to deploy. Greg has outlined this on his blog and written a helpful wrapper script for deploying Adobe Help updates within a .pkg format. Adobe has since made the use of the AIR silent install mode in a launchd bsexec context their official workaround (see the Adobe Enterprise CS Deployment Guide). There have been a number of reports of this method not working reliably and/or reporting errors. Jim Zajkowski has documented on the munki-dev mailing list a script to repeat the entire AIR installer logic, effectively repackaging it by pre-staging all its components.

CS apps still a pain

In summary, this utility doesn't resolve any issues with patching Adobe installers. It is simply useful for removing much of the tedium in tracking/downloading updates from project team blog posts, RSS feeds, and Adobe's update websites, and the time required to manually import each one into Munki and apply small tweaks. Given the caveats above, work is still required, but aamporter should get you about 80% of the way there in the configuration/import phase.

If you were previously using AAMEE to fetch and package updates, while this tool won't handle packaging for you, it can fetch updates for CS5, CS5.5 and CS6. AAMEE currently won't retrieve updates for both CS5/5.5 and CS6 without installing both 2.x and 3.x (which is not supported: see Remove AAMEE).

There is official Adobe documentation available at the CS Enterprise Deployment documentation area

aamporter.plist options

You may specify the following options below in an aamporter.plist file residing in the script directory:

local_cache_path

A local path for cached updates. If it doesn't yet exist it will be created, and it defaults to 'aamcache' in the aamporter script directory.

munki_pkginfo_name_suffix

A suffix to be added to the pkginfo names (the 'name' key, not the filename) for each update that's imported into Munki.

munkiimport_options

An array of strings representing supplemental options for munkiimport as they would be passed to the shell. For example, an alternate catalog name could be specified here, minimum/maximum os versions, etc.

aam_server_baseurl

The base URL for a local AUSST server, if you have one already configured and would like to pull your updates from that as opposed to Adobe's servers. Adobe's documentation on using the 'override' file would have you configure multiple server entries for both the 'webfeed' and 'update' functions and for both version 1.0 and 2.0 of AUSST. aam_server_baseurl is only a single value to configure, as it assumes nobody with an AUSST configuration is actually using two separate hosts to separate the feed and payload files.

munki_repo_destination_path

Configure the destination path for updates globally. This option can also be set within each product plist, if you like to keep your updates grouped by CS version.

munki_tool

Select either munkiimport or makepkginfo. munkiimport is the default.

Current issues:

  • console output is not nicely structured.
  • for channels shared across product plists, the update_for keys in pkginfos will only take these products into account for plists passed to aamporter in a single command invocation. in other words, they are not (yet) implicitly loaded from other plists on disk.
  • see Caveats section

Thanks

Greg Neagle gave a lot of constructive and insightful feedback since this was first posted, and his testing has greatly helped shape the functionality of aamporter.

aamporter's People

Contributors

aysiu avatar clburlison avatar hansen-m avatar jamesez avatar l2dy avatar timsutton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aamporter's Issues

Error running on 10.9.3 server

Hi
It is very possible that I've done something wrong but when I run
./aamporter.py --product-plist my.plist

I get the following error:

Traceback (most recent call last):
  File "./aamporter.py", line 702, in <module>
    main()
  File "./aamporter.py", line 482, in main
    local_cache_path = pref('local_cache_path')
  File "./aamporter.py", line 85, in pref
    p = plistlib.readPlist(settings_plist)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 78, in readPlist
    rootObject = p.parse(pathOrFile)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plistlib.py", line 406, in parse
    parser.ParseFile(fileobj)
xml.parsers.expat.ExpatError: no element found: line 10, column 7

Any help would be gratefully received.

Error when trying to import

Try to import and get the below error.

/Users/Shared/aamporter/aamporter.py --munkiimport -p /Users/admin/AdobeCC.ccp.plist --make-catalogs
Starting aamporter run..
Will import into Munki (--munkiimport option given).
Retrieving feed data..
Traceback (most recent call last):
File "/Users/Shared/aamporter/aamporter.py", line 782, in
main()
File "/Users/Shared/aamporter/aamporter.py", line 608, in main
parsed = parseFeedData(feed)
File "/Users/Shared/aamporter/aamporter.py", line 141, in parseFeedData
prod = cmpnts[-2] # product: 2nd last
IndexError: list index out of range

Unknown error with munkiimport and aamporter

I have a new Munki Repo. The repo has the same name as my old one and I confirmed that munkiimport works with non-aamporter imports.

This item is similar to an existing item in the repo:
            Item name: Pages
         Display name: Pages
          Description: Pages for Mac is a powerful word processor that gives you everything you need to create documents that look beautiful. And read beautifully. It lets you work seamlessly between Mac and iOS devices. And even work effortlessly with people who use Microsoft Word.
              Version: 5.6.1
  Installer item path: apps/apple/iWork/Pages-5.6.1.dmg

Use existing item as a template? [y/n] y
Copying category: Office and Productivity
Copying developer: Apple, Inc
           Item name: Pages
        Display name: Pages
         Description: Pages for Mac is a powerful word processor that gives you everything you need to create documents that look beautiful. And read beautifully. It lets you work seamlessly between Mac and iOS devices. And even work effortlessly with people who use Microsoft Word.
             Version: 5.6.2
            Category: Office and Productivity
           Developer: Apple, Inc
  Unattended install: False
Unattended uninstall: False
            Catalogs: beta

Import this item? [y/n] Y
Copying Pages.dmg to /Volumes/munki_repo/pkgs/apps/apple/iWork/Pages-5.6.2.dmg...
Saving pkginfo to /Volumes/munki_repo/pkgsinfo/apps/apple/iWork/Pages-5.6.2...
Rebuild catalogs? [y/n] y
Rebuilding catalogs at /Volumes/munki_repo...

This is the error when I try to execute ./aamporter.py --munkiimport -p AdobeCCIllustrator.ccp.plist

$ ./aamporter.py --munkiimport -p AdobeCCIllustrator.ccp.plist 
Traceback (most recent call last):
  File "./aamporter.py", line 782, in <module>
    main()
  File "./aamporter.py", line 548, in main
    if not munkiimport.repoAvailable():
AttributeError: 'module' object has no attribute 'repoAvailable'

The line in question is:

# munki sanity checks
    if opts.munkiimport:
        if not os.path.exists('/usr/local/munki'):
            errorExit("No Munki installation could be found. Get it at http://code.google.com/p/munki")
        sys.path.insert(0, MUNKI_DIR)
        munkiimport_prefs = os.path.expanduser('~/Library/Preferences/com.googlecode.munki.munkiimport.plist')
        if pref('munki_tool') == 'munkiimport':
...
if not munkiimport.repoAvailable():
                errorExit("The Munki repo cannot be located. This tool is not interactive; first ensure the repo is mounted.")

I suspect that this is related in some way to my repo changing, I just can't figure out where. Aamporter is running from the same cache that my old repo was on. I didn't know if that was related to my present problem. I lost my repo due to a storage system failure and my Munki backup was about a month behind my main repo.

Here is my product plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>channels</key>
    <array>
        <string>AdobeColorCommonSetCMYK-5.0</string>
        <string>AdobeColorCommonSetRGB-5.0</string>
        <string>AdobeColorEUExtraSettingsCC-5.0</string>
        <string>AdobeColorEURecommendedSettingsCC-5.0</string>
        <string>AdobeColorJAExtraSettingsCC-5.0</string>
        <string>AdobeColorJARecommendedSettingsCC-5.0</string>
        <string>AdobeColorNAExtraSettingsCC-5.0</string>
        <string>AdobeColorNARecommendedSettingsCC-5.0</string>
        <string>AdobeIllustrator19-cs_CZ</string>
        <string>AdobeIllustrator19-da_DK</string>
        <string>AdobeIllustrator19-de_DE</string>
        <string>AdobeIllustrator19-en_AE</string>
        <string>AdobeIllustrator19-en_GB</string>
        <string>AdobeIllustrator19-en_IL</string>
        <string>AdobeIllustrator19-en_US</string>
        <string>AdobeIllustrator19-es_ES</string>
        <string>AdobeIllustrator19-es_MX</string>
        <string>AdobeIllustrator19-fr_CA</string>
        <string>AdobeIllustrator19-fr_FR</string>
        <string>AdobeIllustrator19-fr_MA</string>
        <string>AdobeIllustrator19-hu_HU</string>
        <string>AdobeIllustrator19-it_IT</string>
        <string>AdobeIllustrator19-ja_JP</string>
        <string>AdobeIllustrator19-ko_KR</string>
        <string>AdobeIllustrator19-mul</string>
        <string>AdobeIllustrator19-nl_NL</string>
        <string>AdobeIllustrator19-pl_PL</string>
        <string>AdobeIllustrator19-pt_BR</string>
        <string>AdobeIllustrator19-ru_RU</string>
        <string>AdobeIllustrator19-sv_SE</string>
        <string>AdobeIllustrator19-tr_TR</string>
        <string>AdobeIllustrator19-uk_UA</string>
        <string>AdobeIllustrator19-zh_CN</string>
        <string>AdobeIllustrator19-zh_TW</string>
    </array>
</dict>
</plist>

Any insight would be appreciated.

Using the aamporter.plist for expanded Munki meta keys

I have setup my primary download plists for each of my ccp packages - those are working without issue. What I'm having issues with is setting a catalog and developer for the new updates that I'm importing.

Here is my aamporter.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <<key>munkiimport_options</key>
    <array>
        <string>--category=AdobeUpdates</string>
        <string>--developer=Adobe</string>
        <string>--catalog=aamporter</string>
    </array>
</dict>
</plist>

When I run aamporter.py --munkiimport -p AdobeCCBridge.ccp.plist aamporter recognizes that I have additional munkiimport options, but they do not make it into my munki plist.

Munki plist (generated from aamporter munkiimport).

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>AdobeSetupType</key>
    <string>ProductInstall</string>
    <key>_metadata</key>
    <dict>
        <key>created_by</key>
        <string>joncohen</string>
        <key>creation_date</key>
        <date>2015-12-04T19:16:33Z</date>
        <key>munki_version</key>
        <string>2.4.0.2561</string>
        <key>os_version</key>
        <string>10.10.5</string>
    </dict>
    <key>autoremove</key>
    <false/>
    <key>catalogs</key>
    <array>
        <string>testing</string>
    </array>
    <key>description</key>
    <string>This update includes critical bug fixes to improve the stability of the application.</string>
    <key>display_name</key>
    <string>Adobe Bridge CC 6.1.1 Update</string>
    <key>installed_size</key>
    <integer>1203894</integer>
    <key>installer_item_hash</key>
    <string>53e2b4da2d3c10c5f371a58f22a256a4e629b18f068948c31fe501700a198d6d</string>
    <key>installer_item_location</key>
    <string>apps/Adobe/CC/2014/updates/AdobeBridgeCC-6.0-6.1.1.dmg</string>
    <key>installer_item_size</key>
    <integer>194037</integer>
    <key>installer_type</key>
    <string>AdobeCS5PatchInstaller</string>
    <key>installs</key>
    <array>
        <dict>
            <key>path</key>
            <string>/Library/Application Support/Adobe/Uninstall/{0BE08A15-B153-4737-88B0-2783A56C55CB}.db</string>
            <key>type</key>
            <string>file</string>
        </dict>
    </array>
    <key>minimum_os_version</key>
    <string>10.4.0</string>
    <key>name</key>
    <string>AdobeBridgeCC_6.0_Update</string>
    <key>payloads</key>
    <array>
        <dict>
            <key>AdobeCode</key>
            <string>{0BE08A15-B153-4737-88B0-2783A56C55CB}</string>
            <key>display_name</key>
            <string>Adobe Bridge CC</string>
            <key>installed_size</key>
            <integer>1203894</integer>
            <key>version</key>
            <string>6.1.1</string>
        </dict>
    </array>
    <key>uninstallable</key>
    <false/>
    <key>update_for</key>
    <array>
        <string>AdobeCCBridge</string>
    </array>
    <key>version</key>
    <string>6.1.1</string>
</dict>
</plist>

This is my aamporter product plist.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>channels</key>
    <array>
        <string>AdobeAPE3.4_Mac_NoLocale</string>
        <string>AdobeBridgeCC-6.0</string>
        <string>AdobeMiniBridge3-3</string>
        <string>AdobeSwitchBoard3-3</string>
        <string>CameraProfilesInstaller-8.0</string>
        <string>PhotoshopCameraRaw8-8.0</string>
    </array>
    <key>munki_update_for</key>
    <array>
        <string>AdobeCCBridge</string>
    </array>
    <key>munki_repo_destination_path</key>
    <string>apps/Adobe/CC/2014/updates</string>
</dict>
</plist>

Remove deprecated -p option from help

-p PRODUCT_PLIST, --product-plist=PRODUCT_PLIST, --plist=PRODUCT_PLIST
Deprecated option for specifying product plists, kept
for compatibility. Instead, pass plist paths as
arguments.

munkiimport_options in product plists?

Hello,

is it possible to set munkiimport_option in product plists like in the aamporter.plist? I would like to set icons for specific product updates as well as a list of blocking applications?

Regards

Henning

compatible python version?

Hi,

just tried to run the current version of aamporter on a 10.6.8 server and got this error:

Traceback (most recent call last):
  File "./aamporter.py", line 702, in <module>
    main()
  File "./aamporter.py", line 424, in main
    log_stdout_handler = logging.StreamHandler(stream=sys.stdout)
TypeError: __init__() got an unexpected keyword argument 'stream'

python version is 2.6.1. Guess 10.6.8 is to old, right?

Adobe CC 2015

I'm having an issue creating the update plist. I have a freshly created .ccp and also package which I have tried. The resulting plist is empty:

channels

The installer is complete. It's everything in the 2015 release (as thats what we push out). I had a similar problem with 2014 which only ever picked up the SpeedGrade channel? but this feels like its not able to read the package at all?

Help appreciated,

Anthony.

CC WINDOWS updates.... Beautiful! What next?

So, Saw that d/l Windows updates was a new feature, was trivial to integrate into our Aamporter/Autopkg + Jenkins, but was wondering what to do next? Is there a trail blazed (automated?) already that I can follow to get these imported into an EPM system for PC's like SCCM (hopefully) or IEM/BigFix?

Packaging History

aamporter seems to only read the first item in the array. Our package started life as a CS6 package which was later updated to CC than to CC2014. Building a package list from the CCP results in only the CS6 and CC items being included an not the CC2014 items. My packaging history is shown here.

    <PackagingHistory ID="1" BuildDate="Mon Mar 17 16:59:24 2014 ">
        <InstallInfo id="CloudPackager" version="1.4">
            <PackageName>Creative Cloud</PackageName>
            <OutputLocation>/Users/xxx/Desktop/CC</OutputLocation>
            <AAMEE_Workflow>CREATE_NEW</AAMEE_Workflow>
    </PackagingHistory>
    <PackagingHistory ID="2" BuildDate="Fri Jul 25 13:25:42 2014 ">
        <InstallInfo id="CloudPackager" version="1.5">
            <PackageName>Creative Cloud</PackageName>
            <OutputLocation>/Users/xxx/Desktop/CC</OutputLocation>
            <AAMEE_Workflow>MODIFY_EXISTING</AAMEE_Workflow>
    </PackagingHistory>
    <PackagingHistory ID="3" BuildDate="Fri Sep 26 11:10:14 2014 ">
    </PackagingHistory>
    <PackagingHistory ID="4" BuildDate="Fri Feb 20 16:53:28 2015 " BuildEpoch="1424451208">
    </PackagingHistory>
    <PackagingHistory ID="5" BuildDate="Fri Feb 20 17:03:54 2015
    </PackagingHistory>

Other history's as 2 but not included as they are identical.

Thanks,

Anthony.

Issues with importing CS5 and CS6 data into the aamcache

I know that this is not the correct forum for the product but I'm looking for some help with aamporter. I was able to get it setup and it pulled my CS6 updates once.... Haven't tried to get them to auto import over to my Munki repo yet. I added the CS5 product list and tried to run that to get the latest updates as well and know if I try to run either I get the following message.

myuser$ sudo ./aamporter.py --product-plist /usr/local/aamporter/CS6DesWebPrm.plist
Starting aamporter run..
Retrieving feed data..
Traceback (most recent call last):
File "./aamporter.py", line 676, in
main()
File "./aamporter.py", line 506, in main
parsed = parseFeedData(feed)
File "./aamporter.py", line 127, in parseFeedData
prod = cmpnts[-2] # product: 2nd last
IndexError: list index out of range

When I ran it the first time, this was my output.

myuser$ sudo ./aamporter.py --product-plist /usr/local/aamporter/CS6DesWebPrm.plist
Starting aamporter run..
Retrieving feed data..
Processing the following Channel IDs:

System Python Info:
myuser$ python
Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

aamporter build-product-plist on CreativeCloudPackager package

Hello Tim,

i just ran a test an and did a ./aamporter --build-product-plist on a package from the CreativeCloudPackager which contains Photoshop, Indesign, Acrobat and Illustrator. The plist I received from this only seam to contain channels for Photoshop. Is this an issue or am I using your tool wrong?

Regards

Henning

Use aamporter behind proxy?

We use a squid proxy to connect to the Internet here at work, and I am trying to use aamporter behind this proxy. When called normally, I only get:

Done caching updates.
Beginning Munki imports..
Done Munki imports.

at the end of the run, nothing is downloaded and no error message comes up.
When connecting through an open connection, everything works normally.

Is there a variable I have to set (proxy is set in System Preferences, .curlrc and .bashrc)?

Bye, Frido.

aamporter misses some available updates

Hi

it seams that aamporter misses some available updates. Instead it tries to download a single update several times:
command:
./aamporter.py --plist=AdobeCCStandard.ccp.plist

Product-Plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>channels</key>
    <array>
        <string>AdobeInDesignCCApplicationLanguageFilesen_GB-9.0</string>
        <string>AdobeColorCommonSetRGB-5.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesko_KR-9.0</string>
        <string>AdobeAcrobatXIPro-11.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesen_US-9.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesda_DK-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesfr_MA-9.0</string>
        <string>AdobeColorNAExtraSettingsCC-5.0</string>
        <string>AdobeInDesignCCCommonLanguageFileszh_TW-9.0</string>
        <string>AdobeInDesignCC-9.0</string>
        <string>AdobePhotoshopCCILEnglishLanguagePack-14.0</string>
        <string>AdobeCSXSExtensions4-4</string>
        <string>AdobeInDesignCCApplicationLanguageFilesnl_NL-9.0</string>
        <string>AdobeColorEURecommendedSettingsCC-5.0</string>
        <string>AdobeFontsRequired-3.0</string>
        <string>AdobeInDesignCCCommonLanguageFileses_MX-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesko_KR-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilestr_TR-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFileses_ES-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesnb_NO-9.0</string>
        <string>PDFSettings-10.0</string>
        <string>AdobeIllustrator17-svSE</string>
        <string>AdobeInDesignCCCommonLanguageFilespt_BR-9.0</string>
        <string>AdobePhotoshopCCJapaneseLanguagePack-14.0</string>
        <string>AdobePhotoshopCCFinnishLanguagePack-14.0</string>
        <string>AdobePhotoshopCCFrenchLanguagePack-14.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilescs_CZ-9.0</string>
        <string>AdobePhotoshopCCDanishLanguagePack-14.0</string>
        <string>AdobeIllustrator17-jaJP</string>
        <string>AdobePhotoshopCCChineseLanguagePack-14.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesen_IL-9.0</string>
        <string>AdobePhotoshopCCBrazilianPortugeseLanguagePack-14.0</string>
        <string>AdobeInDesignCCCommonLanguageFileshu_HU-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesde_DE-9.0</string>
        <string>AdobeColorJAExtraSettingsCC-5.0</string>
        <string>AdobeColorEUExtraSettingsCC-5.0</string>
        <string>AdobeInDesignCCApplicationFeatureSetFilesMena-9.0</string>
        <string>AdobePhotoshopCCUkrainianLanguagePack-14.0</string>
        <string>AdobeIllustrator17-frCA</string>
        <string>AdobeToolhintsCC-9.0</string>
        <string>AdobeInDesignCCApplicationFeatureSetFilesRoman-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesen_IL-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFileszh_CN-9.0</string>
        <string>AdobeColorCommonSetCMYK-5.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesen_AE-9.0</string>
        <string>AdobeFontsRecommended-3.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesfr_CA-9.0</string>
        <string>PhotoshopCameraRaw8-8.0</string>
        <string>AdobePhotoshopCCCanadianFrenchLanguagePack-14.0</string>
        <string>AdobePhotoshopCCKoreanLanguagePack-14.0</string>
        <string>AdobeColor-PhotoshopSpecificCC-5.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesuk_UA-9.0</string>
        <string>AdobeIllustrator17-enUS</string>
        <string>AdobeDynamicLinkMediaServer-7.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilessv_SE-9.0</string>
        <string>AdobePhotoshopCCSwedishLanguagePack-14.0</string>
        <string>AdobeInDesignCCApplicationFeatureSetFilesJapan-9.0</string>
        <string>AdobePhotoshopCCSpanishLanguagePack-14.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesde_DE-9.0</string>
        <string>AdobePhotoshopCC-14.0</string>
        <string>AdobeIllustrator17-itIT</string>
        <string>AdobeInDesignCCCommonLanguageFilesfi_FI-9.0</string>
        <string>AdobeIllustrator17-csCZ</string>
        <string>AdobeInDesignCCCommonLanguageFilesit_IT-9.0</string>
        <string>AdobeIllustrator17-zhCN</string>
        <string>AdobeIllustratorCCSupport-17.0</string>
        <string>AdobePhotoshopCCPolishLanguagePack-14.0</string>
        <string>AdobeIllustrator17-trTR</string>
        <string>AdobePhotoshopCCDutchLanguagePack-14.0</string>
        <string>AdobeInDesignCCCommonLanguageFileses_ES-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesen_US-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFileszh_TW-9.0</string>
        <string>AdobeInDesignCCCommonLanguageFilestr_TR-9.0</string>
        <string>AdobePhotoshopCCHungarianLanguagePack-14.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilespl_PL-9.0</string>
        <string>AdobePhotoshopCCSupport-14.0</string>
        <string>AdobePhotoshopCCMAFrenchLanguagePack-14.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesfr_CA-9.0</string>
        <string>AdobePhotoshopCCRussianLanguagePack-14.0</string>
        <string>AdobeColorVideoProfilesCSCC-5.0</string>
        <string>AdobeInDesignCCCommonLanguageFilescs_CZ-9.0</string>
        <string>AdobeInDesignCCCommonLanguageFilespl_PL-9.0</string>
        <string>CSTI_CS7-4.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesja_JP-9.0</string>
        <string>AdobeIllustrator17-enGB</string>
        <string>AdobePhotoshop14Driver-14.0</string>
        <string>AdobeAPE3.4_Mac_NoLocale</string>
        <string>AdobeIllustrator17-frFR</string>
        <string>AdobeInDesignCCApplicationLanguageFilespt_BR-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesfi_FI-9.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesda_DK-9.0</string>
        <string>AdobeInDesignCCApplicationBaseFiles2-9.0</string>
        <string>AdobePhotoshopCCTurkishLanguagePack-14.0</string>
        <string>AdobeInDesignCCCommonLanguageFilessv_SE-9.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesnb_NO-9.0</string>
        <string>AdobePhotoshopCCAEEnglishLanguagePack-14.0</string>
        <string>AdobeMediaEncoderX64-7</string>
        <string>AdobeIllustrator17-ruRU</string>
        <string>AdobeColorJARecommendedSettingsCC-5.0</string>
        <string>AdobeIllustrator17-zhTW</string>
        <string>AdobeColorNARecommendedSettingsCC-5.0</string>
        <string>AdobePhotoshopCCCzechLanguagePack-14.0</string>
        <string>AdobePhotoshopCCNorwegianLanguagePack-14.0</string>
        <string>AdobeCSXSInfrastructure4-4</string>
        <string>AdobeInDesignCCCommonLanguageFilesfr_MA-9.0</string>
        <string>PDFSettings-12.0</string>
        <string>AdobeIllustrator17-nlNL</string>
        <string>AdobeInDesignCCApplicationLanguageFilesit_IT-9.0</string>
        <string>AdobeIllustrator17-enAE</string>
        <string>AdobeInDesignCCCommonBaseFiles-9.0</string>
        <string>AdobeIllustrator17-daDK</string>
        <string>AdobeIllustrator17-plPL</string>
        <string>CameraProfilesInstaller-8.0</string>
        <string>AdobeIllustrator17-huHU</string>
        <string>AdobePhotoshopCCGermanLanguagePack-14.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesen_AE-9.0</string>
        <string>AdobeIllustrator17-enIL</string>
        <string>AdobeIllustrator17-deDE</string>
        <string>AdobeInDesignCCCommonLanguageFilesen_GB-9.0</string>
        <string>AdobeInDesignCCCommonLanguageFileszh_CN-9.0</string>
        <string>ShareOnBehance1.0-1</string>
        <string>AdobeIllustrator17-esES</string>
        <string>AdobePhotoshopCCChinesetraditionalLanguagePack-14.0</string>
        <string>AdobeDynamiclinkSupport-7</string>
        <string>AdobeIllustrator17-mul</string>
        <string>AdobeInDesignCCApplicationLanguageFileses_MX-9.0</string>
        <string>AdobeDigitalPublishingCC-2.0</string>
        <string>AdobeInDesignCCApplicationLanguageFileshu_HU-9.0</string>
        <string>AdobeIllustrator17-esMX</string>
        <string>AdobeInDesignCCCommonLanguageFilesuk_UA-9.0</string>
        <string>AdobeIllustrator17-ptBR</string>
        <string>AdobeInDesignCCApplicationLanguageFilesfr_FR-9.0</string>
        <string>AdobePhotoshopCCInternationalEnglishLanguagePack-14.0</string>
        <string>AdobePhotoshopCCNorthAmericanSpanishLanguagePack-14.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesfr_FR-9.0</string>
        <string>AdobeIllustrator17-frMA</string>
        <string>AdobeIllustrator17-ukUA</string>
        <string>AdobePhotoshopCCItalianLanguagePack-14.0</string>
        <string>AdobeInDesignCCApplicationLanguageFilesru_RU-9.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesru_RU-9.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesja_JP-9.0</string>
        <string>AdobeInDesignCCCommonLanguageFilesnl_NL-9.0</string>
        <string>AdobeIllustrator17-koKR</string>
        <string>AdobePhotoshopCCEnglishLanguagePack-14.0</string>
    </array>
</dict>
</plist>

aamporter-ouput:

[someone@some:~/Desktop/aamporter/aamporter]1056$ ./aamporter.py --plist=AdobeCCStandard.ccp.plist
Starting aamporter run..
Retrieving feed data..
Processing the following Channel IDs:
  - AdobeAPE3.4_Mac_NoLocale
  - AdobeAcrobatXIPro-11.0
  - AdobeCSXSExtensions4-4
  - AdobeCSXSInfrastructure4-4
  - AdobeColor-PhotoshopSpecificCC-5.0
  - AdobeColorCommonSetCMYK-5.0
  - AdobeColorCommonSetRGB-5.0
  - AdobeColorEUExtraSettingsCC-5.0
  - AdobeColorEURecommendedSettingsCC-5.0
  - AdobeColorJAExtraSettingsCC-5.0
  - AdobeColorJARecommendedSettingsCC-5.0
  - AdobeColorNAExtraSettingsCC-5.0
  - AdobeColorNARecommendedSettingsCC-5.0
  - AdobeColorVideoProfilesCSCC-5.0
  - AdobeDigitalPublishingCC-2.0
  - AdobeDynamicLinkMediaServer-7.0
  - AdobeDynamiclinkSupport-7
  - AdobeFontsRecommended-3.0
  - AdobeFontsRequired-3.0
  - AdobeIllustrator17-csCZ
  - AdobeIllustrator17-daDK
  - AdobeIllustrator17-deDE
  - AdobeIllustrator17-enAE
  - AdobeIllustrator17-enGB
  - AdobeIllustrator17-enIL
  - AdobeIllustrator17-enUS
  - AdobeIllustrator17-esES
  - AdobeIllustrator17-esMX
  - AdobeIllustrator17-frCA
  - AdobeIllustrator17-frFR
  - AdobeIllustrator17-frMA
  - AdobeIllustrator17-huHU
  - AdobeIllustrator17-itIT
  - AdobeIllustrator17-jaJP
  - AdobeIllustrator17-koKR
  - AdobeIllustrator17-mul
  - AdobeIllustrator17-nlNL
  - AdobeIllustrator17-plPL
  - AdobeIllustrator17-ptBR
  - AdobeIllustrator17-ruRU
  - AdobeIllustrator17-svSE
  - AdobeIllustrator17-trTR
  - AdobeIllustrator17-ukUA
  - AdobeIllustrator17-zhCN
  - AdobeIllustrator17-zhTW
  - AdobeIllustratorCCSupport-17.0
  - AdobeInDesignCC-9.0
  - AdobeInDesignCCApplicationBaseFiles2-9.0
  - AdobeInDesignCCApplicationFeatureSetFilesJapan-9.0
  - AdobeInDesignCCApplicationFeatureSetFilesMena-9.0
  - AdobeInDesignCCApplicationFeatureSetFilesRoman-9.0
  - AdobeInDesignCCApplicationLanguageFilescs_CZ-9.0
  - AdobeInDesignCCApplicationLanguageFilesda_DK-9.0
  - AdobeInDesignCCApplicationLanguageFilesde_DE-9.0
  - AdobeInDesignCCApplicationLanguageFilesen_AE-9.0
  - AdobeInDesignCCApplicationLanguageFilesen_GB-9.0
  - AdobeInDesignCCApplicationLanguageFilesen_IL-9.0
  - AdobeInDesignCCApplicationLanguageFilesen_US-9.0
  - AdobeInDesignCCApplicationLanguageFileses_ES-9.0
  - AdobeInDesignCCApplicationLanguageFileses_MX-9.0
  - AdobeInDesignCCApplicationLanguageFilesfi_FI-9.0
  - AdobeInDesignCCApplicationLanguageFilesfr_CA-9.0
  - AdobeInDesignCCApplicationLanguageFilesfr_FR-9.0
  - AdobeInDesignCCApplicationLanguageFilesfr_MA-9.0
  - AdobeInDesignCCApplicationLanguageFileshu_HU-9.0
  - AdobeInDesignCCApplicationLanguageFilesit_IT-9.0
  - AdobeInDesignCCApplicationLanguageFilesja_JP-9.0
  - AdobeInDesignCCApplicationLanguageFilesko_KR-9.0
  - AdobeInDesignCCApplicationLanguageFilesnb_NO-9.0
  - AdobeInDesignCCApplicationLanguageFilesnl_NL-9.0
  - AdobeInDesignCCApplicationLanguageFilespl_PL-9.0
  - AdobeInDesignCCApplicationLanguageFilespt_BR-9.0
  - AdobeInDesignCCApplicationLanguageFilesru_RU-9.0
  - AdobeInDesignCCApplicationLanguageFilessv_SE-9.0
  - AdobeInDesignCCApplicationLanguageFilestr_TR-9.0
  - AdobeInDesignCCApplicationLanguageFilesuk_UA-9.0
  - AdobeInDesignCCApplicationLanguageFileszh_CN-9.0
  - AdobeInDesignCCApplicationLanguageFileszh_TW-9.0
  - AdobeInDesignCCCommonBaseFiles-9.0
  - AdobeInDesignCCCommonLanguageFilescs_CZ-9.0
  - AdobeInDesignCCCommonLanguageFilesda_DK-9.0
  - AdobeInDesignCCCommonLanguageFilesde_DE-9.0
  - AdobeInDesignCCCommonLanguageFilesen_AE-9.0
  - AdobeInDesignCCCommonLanguageFilesen_GB-9.0
  - AdobeInDesignCCCommonLanguageFilesen_IL-9.0
  - AdobeInDesignCCCommonLanguageFilesen_US-9.0
  - AdobeInDesignCCCommonLanguageFileses_ES-9.0
  - AdobeInDesignCCCommonLanguageFileses_MX-9.0
  - AdobeInDesignCCCommonLanguageFilesfi_FI-9.0
  - AdobeInDesignCCCommonLanguageFilesfr_CA-9.0
  - AdobeInDesignCCCommonLanguageFilesfr_FR-9.0
  - AdobeInDesignCCCommonLanguageFilesfr_MA-9.0
  - AdobeInDesignCCCommonLanguageFileshu_HU-9.0
  - AdobeInDesignCCCommonLanguageFilesit_IT-9.0
  - AdobeInDesignCCCommonLanguageFilesja_JP-9.0
  - AdobeInDesignCCCommonLanguageFilesko_KR-9.0
  - AdobeInDesignCCCommonLanguageFilesnb_NO-9.0
  - AdobeInDesignCCCommonLanguageFilesnl_NL-9.0
  - AdobeInDesignCCCommonLanguageFilespl_PL-9.0
  - AdobeInDesignCCCommonLanguageFilespt_BR-9.0
  - AdobeInDesignCCCommonLanguageFilesru_RU-9.0
  - AdobeInDesignCCCommonLanguageFilessv_SE-9.0
  - AdobeInDesignCCCommonLanguageFilestr_TR-9.0
  - AdobeInDesignCCCommonLanguageFilesuk_UA-9.0
  - AdobeInDesignCCCommonLanguageFileszh_CN-9.0
  - AdobeInDesignCCCommonLanguageFileszh_TW-9.0
  - AdobeMediaEncoderX64-7
  - AdobePhotoshop14Driver-14.0
  - AdobePhotoshopCC-14.0
  - AdobePhotoshopCCAEEnglishLanguagePack-14.0
  - AdobePhotoshopCCBrazilianPortugeseLanguagePack-14.0
  - AdobePhotoshopCCCanadianFrenchLanguagePack-14.0
  - AdobePhotoshopCCChineseLanguagePack-14.0
  - AdobePhotoshopCCChinesetraditionalLanguagePack-14.0
  - AdobePhotoshopCCCzechLanguagePack-14.0
  - AdobePhotoshopCCDanishLanguagePack-14.0
  - AdobePhotoshopCCDutchLanguagePack-14.0
  - AdobePhotoshopCCEnglishLanguagePack-14.0
  - AdobePhotoshopCCFinnishLanguagePack-14.0
  - AdobePhotoshopCCFrenchLanguagePack-14.0
  - AdobePhotoshopCCGermanLanguagePack-14.0
  - AdobePhotoshopCCHungarianLanguagePack-14.0
  - AdobePhotoshopCCILEnglishLanguagePack-14.0
  - AdobePhotoshopCCInternationalEnglishLanguagePack-14.0
  - AdobePhotoshopCCItalianLanguagePack-14.0
  - AdobePhotoshopCCJapaneseLanguagePack-14.0
  - AdobePhotoshopCCKoreanLanguagePack-14.0
  - AdobePhotoshopCCMAFrenchLanguagePack-14.0
  - AdobePhotoshopCCNorthAmericanSpanishLanguagePack-14.0
  - AdobePhotoshopCCNorwegianLanguagePack-14.0
  - AdobePhotoshopCCPolishLanguagePack-14.0
  - AdobePhotoshopCCRussianLanguagePack-14.0
  - AdobePhotoshopCCSpanishLanguagePack-14.0
  - AdobePhotoshopCCSupport-14.0
  - AdobePhotoshopCCSwedishLanguagePack-14.0
  - AdobePhotoshopCCTurkishLanguagePack-14.0
  - AdobePhotoshopCCUkrainianLanguagePack-14.0
  - AdobeToolhintsCC-9.0
  - CSTI_CS7-4.0
  - CameraProfilesInstaller-8.0
  - PDFSettings-10.0
  - PDFSettings-12.0
  - PhotoshopCameraRaw8-8.0
  - ShareOnBehance1.0-1
Downloading update at http://swupdl.adobe.com/updates/oobe/aam20/mac/AdobeCSXSInfrastructure4-4/4.0.2/setup.dmg
Downloading update at http://swupdl.adobe.com/updates/oobe/aam20/mac/AdobeCSXSExtensions4-4/4.0.2/setup.dmg
Skipping download of AdobeCSXSExtensions4-4 4.0.2, it is already cached.
Downloading update at http://swupdl.adobe.com/updates/oobe/aam20/mac/PhotoshopCameraRaw8-8.0/8.3.52/setup.dmg
Downloading update at http://swupdl.adobe.com/updates/oobe/aam20/mac/AdobeDynamicLinkMediaServer-7.0/7.0.1/setup.dmg
Skipping download of AdobeCSXSInfrastructure4-4 4.0.2, it is already cached.
Skipping download of AdobeDynamicLinkMediaServer-7.0 7.0.1, it is already cached.
Skipping download of AdobeCSXSExtensions4-4 4.0.2, it is already cached.
Skipping download of AdobeCSXSInfrastructure4-4 4.0.2, it is already cached.
Downloading update at http://swupdl.adobe.com/updates/oobe/aam20/mac/AdobeMediaEncoderX64-7/7.2/setup.dmg
Skipping download of AdobeCSXSInfrastructure4-4 4.0.2, it is already cached.
Downloading update at http://swupdl.adobe.com/updates/oobe/aam20/mac/AdobeIllustrator17-mul/17.2/setup.dmg
Skipping download of AdobeCSXSExtensions4-4 4.0.2, it is already cached.
Downloading update at http://swupdl.adobe.com/updates/oobe/aam20/mac/AdobeDigitalPublishingCC-2.0/29.0.0/setup.dmg
Done caching updates

At least the updates for Indesign, Photoshop are missing.

aamporter.plist

More of a help question then a issue.

I have read the reamdme but for some reason in my state can not seem to get it to work.
For example the "local_cache_path" I am assuming is the "key" and the path to where I want the cache folder to go is a "string" ??

Creating PLIST for Adobe Illustrator 2015

Hi,

I am following the directions on how to create a plist for Adobe Products, not included on the samples folder. However, every time the command "./aamporter.py --product-plist Illustrator_CC_2015.ccp" is executed, it does give this error message.
Traceback (most recent call last):
File "./aamporter.py", line 747, in
main()
File "./aamporter.py", line 547, in main
if 'channels' not in plist.keys():
AttributeError: 'NoneType' object has no attribute 'keys'
m-sus:aamporter-master admin$ ./aamporter.py --product-plist "Illustrator_CC_2015.ccp"
Traceback (most recent call last):
File "./aamporter.py", line 747, in
main()
File "./aamporter.py", line 547, in main
if 'channels' not in plist.keys():
AttributeError: 'NoneType' object has no attribute 'keys'

aamporter multiple Suite versions

Hello. I love aamporter. However, I'm having an issue. It's more of an issue with the way Munki imports packages than how aamporter work, but I gotta start somewhere. I will use Adobe CS6 as an example. All of my imports are working fine. Here's my issue. We use multiple versions of each suite. For CS6, we have Design Standard and Production Premium. Both require many of the same core updates, but Production Premium will have additional updates that Design Standard will not because of the added programs.

My configuration... Ok, I have CS6 put the files in apps/Adobe/CS6/updates/. I have CS6PP put the files in apps/Adobe/CS6_PP/updates/. When I run "aamporter --munkiimport" on CS6, it downloads all of the updates and puts them in the appropriate directory for aamporter and Munki. I then run the same command on CS6_PP. aamporter skips the downloads on the already existing updates since many are the same. This is fine. It then uses munkiimport to import them into the appropriate location in Munki. Problem.... It sees all of the updates for CS6 Design Standard and skips all of those updates. It only imports the updates that are specific to Production Premium. I need all of the updates for each suite to be imported into their respective repo subdirectories.

I've gone over the options that I can think of and I don't really like them.

  1. manually copy updates and change plists - too much work
  2. use "--force-import" to make Munki import all the updates. Using this option solves one problem, but causes another. I will end up having multiple copies of each update created each time I run the command, even if its already in the correct subdirectory of the repo.

Do you have any suggestions that I haven't thought of?

Thanks!
Jason Hatman
Client Technologies
A+, Network+
Apple Certified Technical Coordinator
Fruit of the Loom
Phone: 270-935-6793
[email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.