Skip to content

Commit

Permalink
minoj fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsusik committed Aug 26, 2023
1 parent 9e82ada commit f0955d8
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cockpit-lib-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: cockpit-lib-update
on:
schedule:
- cron: '0 2 * * 4'
# can be run manually on https://github.com/cockpit-project/starter-kit/actions
workflow_dispatch:
jobs:
cockpit-lib-update:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/npm-update-pf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: npm-update-pf
on:
schedule:
- cron: '0 2 * * 1'
# can be run manually on https://github.com/cockpit-project/starter-kit/actions
workflow_dispatch:
jobs:
npm-update:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: npm-update
on:
schedule:
- cron: '0 2 * * 2,4,6'
# can be run manually on https://github.com/cockpit-project/starter-kit/actions
workflow_dispatch:
jobs:
npm-update:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ On Fedora:
These commands check out the source and build it into the `dist/` directory:

```
git clone https://github.com/rsusik/swis-wrapper
cd swis-wrapper
git clone https://github.com/rsusik/swis-cockpit
cd swis-cockpit
make
```

Expand All @@ -59,7 +59,7 @@ this manually:

```
mkdir -p ~/.local/share/cockpit
ln -s `pwd`/dist ~/.local/share/cockpit/swis-wrapper
ln -s `pwd`/dist ~/.local/share/cockpit/swis-cockpit
```

After changing the code and running `make` again, reload the Cockpit page in
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "swis-wrapper",
"name": "swis-cockpit",
"description": "Simple Web-based Interface for Scanner wrapper for Cockpit",
"type": "module",
"main": "index.js",
"repository": "[email protected]:cockpit/starter-kit.git",
"repository": "[email protected]:rsusik/swis-cockpit.git",
"author": "",
"license": "LGPL-2.1",
"scripts": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ actions:
- make node-cache
- sh -c 'sed -i "/^Source1:/ s/https:.*/$(ls *-node*.tar.xz)/" cockpit-*.spec'
create-archive: make dist
# starter-kit.git has no release tags; your project can drop this once you have a release
# swis-cockpit.git has no release tags; your project can drop this once you have a release
get-current-version: make print-version

jobs:
Expand Down

0 comments on commit f0955d8

Please sign in to comment.