Changeset 8317671


Ignore:
Timestamp:
Sep 15, 2025, 5:24:48 PM (3 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
780727f
Parents:
829a955 (diff), c488cf0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Promote

    r829a955 r8317671  
    3838                dir (BuildDir) {
    3939                    sh 'rm -rf *'
    40                         sshagent (credentials: ['git_key_aug2025']) {
     40                        sshagent (credentials: ['github_sep2025']) {
    4141                                sh "git clone --bare ${RemoteRepo} repo"
    4242                        }
     
    7070                        sh "git status"
    7171                        sh "git diff-index --quiet HEAD || git commit -m 'Push from build machine: ${name}'"
    72                         sshagent (credentials: ['git_key_aug2025']) {
     72                        sshagent (credentials: ['github_sep2025']) {
    7373                                sh "git push origin master"
    7474                        }
  • libcfa/src/iostream.hfa

    r829a955 r8317671  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon May 12 17:29:29 2025
    13 // Update Count     : 769
     12// Last Modified On : Sat Sep 13 16:10:27 2025
     13// Update Count     : 771
    1414//
    1515
Note: See TracChangeset for help on using the changeset viewer.