Merge lp://staging/~0x44/agent-smith/actions into lp://staging/agent-smith
Proposed by
Christopher MacGown
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~0x44/agent-smith/actions |
Merge into: | lp://staging/agent-smith |
Diff against target: |
978 lines (+797/-1) 26 files modified
scripts/configure_network.sh (+15/-0) scripts/dispatcher.sh (+14/-0) scripts/generate_host_keys.sh (+23/-0) scripts/inject_file.sh (+36/-0) scripts/kms/satellite.sh (+104/-0) scripts/kms_activate.sh (+35/-0) scripts/reset_password.sh (+21/-0) scripts/tests/Makefile (+1/-1) scripts/tests/generate_host_keys.sh-tests/run.sh (+40/-0) scripts/tests/generate_host_keys.sh-tests/t/hostkeys/root/etc/ssh/ssh_host_dsa_key (+12/-0) scripts/tests/generate_host_keys.sh-tests/t/hostkeys/root/etc/ssh/ssh_host_dsa_key.pub (+1/-0) scripts/tests/generate_host_keys.sh-tests/t/hostkeys/root/etc/ssh/ssh_host_rsa_key (+27/-0) scripts/tests/generate_host_keys.sh-tests/t/hostkeys/root/etc/ssh/ssh_host_rsa_key.pub (+1/-0) scripts/tests/inject_file.sh-tests/r/just_some_file/srv/just_some_file (+1/-0) scripts/tests/inject_file.sh-tests/run.sh (+41/-0) scripts/tests/inject_file.sh-tests/t/just_some_file/config (+1/-0) scripts/tests/kms_activate.sh-tests/r/redhat/etc/sysconfig/rhn/up2date (+47/-0) scripts/tests/kms_activate.sh-tests/r/redhat/etc/sysconfig/rhn/up2date.backup.201007301034 (+47/-0) scripts/tests/kms_activate.sh-tests/run.sh (+44/-0) scripts/tests/kms_activate.sh-tests/t/redhat/config (+4/-0) scripts/tests/kms_activate.sh-tests/t/redhat/root/etc/sysconfig/rhn/up2date.backup.201007301011 (+47/-0) scripts/tests/kms_activate.sh-tests/t/redhat/root/etc/sysconfig/rhn/up2date.backup.201007301012 (+47/-0) scripts/tests/kms_activate.sh-tests/t/redhat/root/etc/sysconfig/rhn/up2date.backup.201007301028 (+47/-0) scripts/tests/kms_activate.sh-tests/t/redhat/root/etc/sysconfig/rhn/up2date.backup.201007301034 (+47/-0) scripts/tests/kms_activate.sh-tests/t/redhat/root/etc/sysconfig/rhn/up2date.backup.201007301046 (+47/-0) scripts/tests/kms_activate.sh-tests/t/redhat/root/etc/sysconfig/rhn/up2date.backup.201007301058 (+47/-0) |
To merge this branch: | bzr merge lp://staging/~0x44/agent-smith/actions |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Soren Hansen | Pending | ||
Review via email: mp+31437@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2010-08-04.
Description of the change
Adds a bunch of actions, and the dispatcher.
To post a comment you must log in.