[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][deploy] 2 commits: web repo is on salsa, update from there



Title: GitLab

Joerg Jaspert pushed to branch deploy at Debian FTP Team / dak

Commits:

2 changed files:

Changes:

  • config/debian/hourly.functions
    ... ... @@ -79,3 +79,10 @@ function builddautosigning() {
    79 79
     
    
    80 80
         rm -f "${BUILDDFUN}"
    
    81 81
     }
    
    82
    +
    
    83
    +function updateweb() {
    
    84
    +    cd ${webdir}
    
    85
    +    git clean -fd
    
    86
    +    git reset --hard
    
    87
    +    git pull
    
    88
    +}
    \ No newline at end of file

  • config/debian/hourly.tasks
    ... ... @@ -3,6 +3,7 @@ INCLUDE lock none tru
    3 3
     importusers            none                       none                       false     false
    
    4 4
     queuereport            none                       none                       false     true
    
    5 5
     removalstxt            none                       none                       false     true
    
    6
    +updateweb              none                       none                       false     true
    
    6 7
     rss                    none                       none                       false     true
    
    7 8
     ddaccess               none                       none                       false     true
    
    8 9
     LOCK                   UNCHECKED                  600                        exclusive false
    


  • Reply to: